Skip to content
Snippets Groups Projects
Commit b2ab26ee authored by alangfel's avatar alangfel
Browse files

add config

parent 7cba1a93
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ uttdb=35; ...@@ -4,6 +4,7 @@ uttdb=35;
silence=400; silence=400;
timeout=8; timeout=8;
openDeviceDirectly=yes; openDeviceDirectly=yes;
[pocketsphinxinstance] [pocketsphinxinstance]
name=restaurant; name=restaurant;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
...@@ -21,3 +22,30 @@ jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/confirm/confirm.jsgf; ...@@ -21,3 +22,30 @@ jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm; rsbscope=/speechrec/psa/confirm;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
[pocketsphinxinstance]
name=command;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/command.jsgf;
rsbscope=/speechrec/psa/command;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=location;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/location.jsgf;
rsbscope=/speechrec/psa/location;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=object;
hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/restaurant/object.jsgf;
rsbscope=/speechrec/psa/object;
bestpath=no;
autoload=yes;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment