9 lines
188 B
C
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
|