Files
Lucina3DS/externals/soundtouch/include/soundtouch_config.h.in
2025-02-11 21:35:11 +08:00

9 lines
188 B
C

/* Use Float as Sample type */
#undef SOUNDTOUCH_FLOAT_SAMPLES
/* Use Integer as Sample type */
#undef SOUNDTOUCH_INTEGER_SAMPLES
/* Use ARM NEON extension */
#undef SOUNDTOUCH_USE_NEON