Move resources/templates/conf to app/switch/resources/conf

This commit is contained in:
markjcrane
2023-06-23 13:27:29 -06:00
parent 1f20424cbd
commit 0d39719318
283 changed files with 0 additions and 0 deletions
@@ -0,0 +1,12 @@
<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"/>
<!--<param name="language-weight" value="1"/>-->
<!--<param name="narrowband-model" value="communicator"/>-->
<!--<param name="wideband-model" value="wsj1"/>-->
<!--<param name="dictionary" value="default.dic"/>-->
</settings>
</configuration>