summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/rbcodec/test/warble.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/rbcodec/test/warble.c b/lib/rbcodec/test/warble.c
index 5e2e980d42..853ae6eb70 100644
--- a/lib/rbcodec/test/warble.c
+++ b/lib/rbcodec/test/warble.c
@@ -702,6 +702,9 @@ static void print_mp3entry(const struct mp3entry *id3, FILE *f)
702 702
703static void decode_file(const char *input_fn) 703static void decode_file(const char *input_fn)
704{ 704{
705 /* Initialize DSP before any sort of interaction */
706 dsp_init();
707
705 /* Set up global settings */ 708 /* Set up global settings */
706 memset(&global_settings, 0, sizeof(global_settings)); 709 memset(&global_settings, 0, sizeof(global_settings));
707 global_settings.timestretch_enabled = true; 710 global_settings.timestretch_enabled = true;