mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-10 09:00:03 +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
|