mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
speex: fix payload type
Refs #55506 Change-Id: I2b1aff2ae5b1afb3f9517474ee70bf8af26c7dd8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user