freeswitch/conf/autoload_configs/pocketsphinx.conf.xml

9 lines
303 B
XML
Raw Normal View History

<configuration name="pocketsphinx.conf" description="PocketSphinx ASR Configuration">
<settings>
<param name="threshold" value="400"/>
<param name="silence-hits" value="25"/>
<param name="listen-hits" value="1"/>
<param name="auto-reload" value="true"/>
</settings>
</configuration>