Skip to content
Snippets Groups Projects
Commit 3679853b authored by Laurin Gräsner's avatar Laurin Gräsner
Browse files

decreased dynamicConfig sensitivity. Created configs for CoffeeCycle

parent 156df2bb
No related branches found
No related tags found
1 merge request!49Coffee changes
[main]
startdb=50;
uttdb=55;
silence=400;
timeout=8;
openDeviceDirectly=yes;
alsadevice=sysdefault;
[pocketsphinxinstance]
name=confirm;
jsgf=../../psGrammar/confirm/confirm.jsgf;
rsbscope=/speechrec/psa/confirm;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=orderCoffee;
jsgf=../../psGrammar/demos/orderCoffee.jsgf;
rsbscope=/speechrec/psa/orderCoffee;
bestpath=no;
autoload=yes;
[pocketsphinxinstance]
name=getCalled;
jsgf=../../psGrammar/demos/getCalled.jsgf;
rsbscope=/speechrec/psa/getCalled;
bestpath=no;
autoload=yes;
[main] [main]
startdb=43; startdb=50;
uttdb=47; uttdb=55;
silence=400; silence=400;
timeout=8; timeout=8;
openDeviceDirectly=yes; openDeviceDirectly=yes;
...@@ -53,4 +53,4 @@ name=bringObject; ...@@ -53,4 +53,4 @@ name=bringObject;
jsgf=../../psGrammar/demos/bringObject.jsgf; jsgf=../../psGrammar/demos/bringObject.jsgf;
rsbscope=/speechrec/psa/bring_object; rsbscope=/speechrec/psa/bring_object;
bestpath=no; bestpath=no;
autoload=yes; autoload=yes;
\ No newline at end of file
#JSGF V1.0;
grammar getCalled;
public <call> = <robot>;
<robot> = (tobi | robot | tiago);
#JSGF V1.0;
grammar orderCoffee;
public <orderCoffee> = ([<robot>] [please] (give | bring | make) me (a | the) <drink>);
<drink> = (coffee);
<robot> = (tobi | robot | tiago);
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