Skip to content
Snippets Groups Projects
Commit e53b78da authored by Tristan Matthews's avatar Tristan Matthews
Browse files

speex: fix payload type

Refs #55506

Change-Id: I2b1aff2ae5b1afb3f9517474ee70bf8af26c7dd8
parent c449d110
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
// cppcheck-suppress unusedFunction // cppcheck-suppress unusedFunction
extern "C" sfl::AudioCodec* AUDIO_CODEC_ENTRY() 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 // cppcheck-suppress unusedFunction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment