提交 87bd8a96 authored 作者: Brian West's avatar Brian West

60ms max

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10840 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 291ffde2
...@@ -147,7 +147,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load) ...@@ -147,7 +147,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load)
SWITCH_ADD_CODEC(codec_interface, "Polycom(R) G722.1/G722.1C"); SWITCH_ADD_CODEC(codec_interface, "Polycom(R) G722.1/G722.1C");
spf = 320, bpf = 640; spf = 320, bpf = 640;
for (count = 4; count > 0; count--) { for (count = 3; count > 0; count--) {
switch_core_codec_add_implementation(pool, switch_core_codec_add_implementation(pool,
codec_interface, codec_interface,
SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */ SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
...@@ -169,7 +169,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load) ...@@ -169,7 +169,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load)
switch_siren_destroy); /* deinitalize a codec handle using this implementation */ switch_siren_destroy); /* deinitalize a codec handle using this implementation */
} }
spf = 640, bpf = 1280; spf = 640, bpf = 1280;
for (count = 4; count > 0; count--) { for (count = 3; count > 0; count--) {
switch_core_codec_add_implementation(pool, switch_core_codec_add_implementation(pool,
codec_interface, codec_interface,
SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */ SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论