]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak
authorBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 11:23:46 +0000 (11:23 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 15 Jul 2008 11:23:46 +0000 (11:23 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9032 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/pocketsphinx.conf.xml

index 7f4016b76bcfff1dd855751a4290e76b03e6a1ba..2fbd4a6506a65a6389a1e830560654f941067b24 100644 (file)
@@ -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>