]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
seems bv32 can only do 10-60ms
authorBrian West <brian@freeswitch.org>
Fri, 20 Nov 2009 03:07:11 +0000 (03:07 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 20 Nov 2009 03:07:11 +0000 (03:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15568 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_bv/mod_bv.c

index b21bb17999394615983e2269e80e3ec60d99a341..d68a19ee1d71585dcc5644853e51a7e3af31e450 100644 (file)
@@ -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 */