Skip to content

Commit 0cd627e

Browse files
committed
Add tests for the timestretching
1 parent 8452af2 commit 0cd627e

File tree

3 files changed

+960
-1
lines changed

3 files changed

+960
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ set (target_modules
6666
pffft_library
6767
opus_library
6868
flac_library
69-
hmp3_library)
69+
hmp3_library
70+
bungee_library)
7071

7172
if (NOT YUP_PLATFORM_EMSCRIPTEN)
7273
list (APPEND target_modules yup_gui yup_audio_gui)

tests/yup_dsp.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@
3737
#include "yup_dsp/yup_SpectrumAnalyzerState.cpp"
3838
#include "yup_dsp/yup_StateVariableFilter.cpp"
3939
#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

Comments
 (0)