提交 3ee2ad61 authored 作者: Brian West's avatar Brian West

seems bv32 can only do 10-60ms

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15568 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4f629ed1
......@@ -243,7 +243,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bv_load)
mpf = 10000, spf = 160, bpf = 320 , ebpf = 40;
for (count = 12; count > 0; count--) {
for (count = 6; count > 0; count--) {
switch_core_codec_add_implementation(pool,
codec_interface,
SWITCH_CODEC_TYPE_AUDIO, /* enumeration defining the type of the codec */
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论