seems bv32 can only do 10-60ms

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15568 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-11-20 03:07:11 +00:00
parent 4f629ed1a2
commit 3ee2ad61c9
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bv_load)
mpf = 10000, spf = 160, bpf = 320 , ebpf = 40; 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, 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 */