We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8452af2 commit 0cd627eCopy full SHA for 0cd627e
tests/CMakeLists.txt
@@ -66,7 +66,8 @@ set (target_modules
66
pffft_library
67
opus_library
68
flac_library
69
- hmp3_library)
+ hmp3_library
70
+ bungee_library)
71
72
if (NOT YUP_PLATFORM_EMSCRIPTEN)
73
list (APPEND target_modules yup_gui yup_audio_gui)
tests/yup_dsp.cpp
@@ -37,3 +37,6 @@
37
#include "yup_dsp/yup_SpectrumAnalyzerState.cpp"
38
#include "yup_dsp/yup_StateVariableFilter.cpp"
39
#include "yup_dsp/yup_WindowFunctions.cpp"
40
+#if YUP_MODULE_AVAILABLE_bungee_library
41
+#include "yup_dsp/yup_TimeStretchProcessor.cpp"
42
+#endif
0 commit comments