[svn-commits] sruffell: linux/trunk r7480 - /linux/trunk/drivers/dahdi/voicebus/GpakCust.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Nov 4 14:43:08 CST 2009
Author: sruffell
Date: Wed Nov 4 14:43:05 2009
New Revision: 7480
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7480
Log:
voicebus: Increase the NLP converged threshold to 18.
Brings in the change from r7065 that was on the team/sruffell/dahdi-linux-vpm119
branch.
Modified:
linux/trunk/drivers/dahdi/voicebus/GpakCust.c
Modified: linux/trunk/drivers/dahdi/voicebus/GpakCust.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/voicebus/GpakCust.c?view=diff&rev=7480&r1=7479&r2=7480
==============================================================================
--- linux/trunk/drivers/dahdi/voicebus/GpakCust.c (original)
+++ linux/trunk/drivers/dahdi/voicebus/GpakCust.c Wed Nov 4 14:43:05 2009
@@ -561,7 +561,7 @@
p->EcanDblTalkThresh = 6;
p->EcanMaxDoubleTalkThres = 40;
p->EcanNlpThreshold = DEFAULT_NLPTHRESH;
- p->EcanNlpConv = 0;
+ p->EcanNlpConv = 18;
p->EcanNlpUnConv = 12;
p->EcanNlpMaxSuppress = DEFAULT_NLPMAXSUPP;
p->EcanCngThreshold = 43;
More information about the svn-commits
mailing list