Dactyloidae/media/libsoundtouch/src/soundtouch_config.h

7 lines
142 B
C

#include "mozilla/SSE.h"
#ifdef MOZ_SAMPLE_TYPE_FLOAT32
#define SOUNDTOUCH_FLOAT_SAMPLES 1
#else
#define SOUNDTOUCH_INTEGER_SAMPLES 1
#endif