diff --git a/daemon/src/audio/codecs/speexcodec_wb.cpp b/daemon/src/audio/codecs/speexcodec_wb.cpp
index 53b10c88045662dcf0613bad67233b1bee6070c2..c8312304ae40a8e0e8092171b7283c9274c80740 100644
--- a/daemon/src/audio/codecs/speexcodec_wb.cpp
+++ b/daemon/src/audio/codecs/speexcodec_wb.cpp
@@ -35,7 +35,7 @@
 // cppcheck-suppress unusedFunction
 extern "C" sfl::AudioCodec* AUDIO_CODEC_ENTRY()
 {
-    return new Speex(111, 16000, 320, 42, false, &speex_wb_mode);
+    return new Speex(111, 16000, 320, 42, true, &speex_wb_mode);
 }
 
 // cppcheck-suppress unusedFunction