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

speex: fix payload type

Refs #55506

Change-Id: I2b1aff2ae5b1afb3f9517474ee70bf8af26c7dd8
(cherry picked from commit e53b78da)
parent a59030ed
No related branches found
Tags 1.4.1
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment