mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-08 20:12:27 +01:00
6 lines
131 B
C
6 lines
131 B
C
/* Use Float as Sample type */
|
|
#undef SOUNDTOUCH_FLOAT_SAMPLES
|
|
|
|
/* Use Integer as Sample type */
|
|
#undef SOUNDTOUCH_INTEGER_SAMPLES
|