2008-07-10 00:55:18 +00:00
|
|
|
<configuration name="pocketsphinx.conf" description="PocketSphinx ASR Configuration">
|
|
|
|
<settings>
|
|
|
|
<param name="threshold" value="400"/>
|
2008-07-15 11:23:46 +00:00
|
|
|
<param name="silence-hits" value="25"/>
|
|
|
|
<param name="listen-hits" value="1"/>
|
2008-07-10 00:55:18 +00:00
|
|
|
<param name="auto-reload" value="true"/>
|
|
|
|
</settings>
|
|
|
|
</configuration>
|