diff --git a/psConfig/tasks/wdr_pepper/wdr_pepper.conf b/psConfig/tasks/wdr_pepper/wdr_pepper.conf new file mode 100644 index 0000000000000000000000000000000000000000..34104af45347fa348c816bd5931cd61d09b194fb --- /dev/null +++ b/psConfig/tasks/wdr_pepper/wdr_pepper.conf @@ -0,0 +1,14 @@ +[main] +startdb=43; +uttdb=47; +silence=400; +timeout=8; +openDeviceDirectly=yes; +alsadevice=sysdefault; + +[pocketsphinxinstance] +name=drinks; +jsgf=../../../psGrammar/tasks/wdr_pepper/wdr.jsgf; +rsbscope=/speechrec/psa/wdr; +bestpath=no; +autoload=yes; diff --git a/psGrammar/tasks/wdr_pepper/wdr.jsgf b/psGrammar/tasks/wdr_pepper/wdr.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..8de99fe9569a0a9d8b6d004db2dcb8b6986633a2 --- /dev/null +++ b/psGrammar/tasks/wdr_pepper/wdr.jsgf @@ -0,0 +1,9 @@ +#JSGF V1.0; +grammar person; + +public <statement> = <naming> | <tellme> | <persons>; +<naming> = [(hello pepper i am)] <name>; +<name> = (luca); +<tellme> = (tell me about the robocup); +<persons> = (analyze the people for me); +