mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-12 18:10:03 +01:00
9 lines
211 B
C
9 lines
211 B
C
/* Do not use x86 optimizations */
|
|
#undef SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
|
|
|
|
/* Use Float as Sample type */
|
|
#undef SOUNDTOUCH_FLOAT_SAMPLES
|
|
|
|
/* Use Integer as Sample type */
|
|
#undef SOUNDTOUCH_INTEGER_SAMPLES
|