[Freeswitch-svn] [commit] r9032 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
brian at freeswitch.org
Tue Jul 15 07:23:47 EDT 2008
Author: brian
Date: Tue Jul 15 07:23:46 2008
New Revision: 9032
Modified:
freeswitch/trunk/conf/autoload_configs/pocketsphinx.conf.xml
Log:
tweak
Modified: freeswitch/trunk/conf/autoload_configs/pocketsphinx.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/pocketsphinx.conf.xml (original)
+++ freeswitch/trunk/conf/autoload_configs/pocketsphinx.conf.xml Tue Jul 15 07:23:46 2008
@@ -1,8 +1,8 @@
<configuration name="pocketsphinx.conf" description="PocketSphinx ASR Configuration">
<settings>
<param name="threshold" value="400"/>
- <param name="silence-hits" value="35"/>
- <param name="listen-hits" value="5"/>
+ <param name="silence-hits" value="25"/>
+ <param name="listen-hits" value="1"/>
<param name="auto-reload" value="true"/>
</settings>
</configuration>
More information about the Freeswitch-svn
mailing list