Skip to content
Snippets Groups Projects

add carrymyluggage speech config

Merged Patric Steckstor requested to merge cml_speechrec into master
2 files
+ 50
0
Compare changes
  • Side-by-side
  • Inline
Files
2
 
[main]
 
startdb=45;
 
uttdb=53;
 
silence=800;
 
timeout=8;
 
openDeviceDirectly=yes;
 
alsadevice=sysdefault;
 
 
 
 
[pocketsphinxinstance]
 
name=command;
 
dict=../../../psGrammar/dictionary/tobiDic.dic;
 
jsgf=../../../psGrammar/tasks/carrymyluggage/commands.jsgf;
 
rostopic=/speechrec/psa/carrymyluggage;
 
bestpath=no;
 
autoload=yes;
 
 
[pocketsphinxinstance]
 
name=confirm;
 
dict=../../../psGrammar/dictionary/tobiDic.dic;
 
jsgf=../../../psGrammar/confirm/confirm.jsgf;
 
rostopic=/speechrec/psa/confirm;
 
bestpath=no;
 
autoload=yes;
 
 
[pocketsphinxinstance]
 
name=stop;
 
dict=../../../psGrammar/dictionary/tobiDic.dic;
 
jsgf=../../../psGrammar/confirm/stop.jsgf;
 
rostopic=/speechrec/psa/stop;
 
bestpath=no;
 
autoload=yes;
 
Loading