freeswitch/conf/autoload_configs/pocketsphinx.conf.xml
Brian West 67b70d33af adding more fun stuff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8975 d0543943-73ff-0310-b7d9-9358b9ac24b2
2008-07-10 00:55:18 +00:00

9 lines
303 B
XML

<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="auto-reload" value="true"/>
</settings>
</configuration>