Allow pre-configuration if explicitly specified

This commit is contained in:
Chris Cannam
2022-08-18 12:03:29 +01:00
parent 1d7a684e1a
commit 515f5e2bd1

View File

@@ -44,6 +44,8 @@
standalone library. standalone library.
*/ */
#ifndef ALREADY_CONFIGURED
#define USE_BQRESAMPLER 1 #define USE_BQRESAMPLER 1
#define NO_TIMING 1 #define NO_TIMING 1
@@ -56,6 +58,8 @@
#define USE_BUILTIN_FFT 1 #define USE_BUILTIN_FFT 1
#endif #endif
#endif
#include "../src/faster/AudioCurveCalculator.cpp" #include "../src/faster/AudioCurveCalculator.cpp"
#include "../src/faster/CompoundAudioCurve.cpp" #include "../src/faster/CompoundAudioCurve.cpp"
#include "../src/faster/HighFrequencyAudioCurve.cpp" #include "../src/faster/HighFrequencyAudioCurve.cpp"