speex: fix payload type

Refs #55506

Change-Id: I2b1aff2ae5b1afb3f9517474ee70bf8af26c7dd8
This commit is contained in:
Tristan Matthews
2014-09-18 11:25:16 -04:00
parent c449d1107a
commit e53b78dae9

View File

@ -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