提交 393ee022 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-8179 regression setting fec_decode breaks output on stereo calls

上级 efc173e1
...@@ -953,7 +953,7 @@ static switch_status_t opus_load_config(switch_bool_t reload) ...@@ -953,7 +953,7 @@ static switch_status_t opus_load_config(switch_bool_t reload)
opus_prefs.use_dtx = 0; opus_prefs.use_dtx = 0;
opus_prefs.plpct = 20; opus_prefs.plpct = 20;
opus_prefs.use_vbr = 0; opus_prefs.use_vbr = 0;
opus_prefs.fec_decode = 1; //opus_prefs.fec_decode = 1;
if ((settings = switch_xml_child(cfg, "settings"))) { if ((settings = switch_xml_child(cfg, "settings"))) {
for (param = switch_xml_child(settings, "param"); param; param = param->next) { for (param = switch_xml_child(settings, "param"); param; param = param->next) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论