mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-26 14:28:24 -05:00
6 lines
134 B
C
6 lines
134 B
C
|
/* Use Float as Sample type */
|
||
|
#undef SOUNDTOUCH_FLOAT_SAMPLES
|
||
|
|
||
|
/* Use Integer as Sample type */
|
||
|
#define SOUNDTOUCH_INTEGER_SAMPLES 1
|