diff --git a/ps-config/personRec/personRec.conf b/ps-config/personRec/personRec.conf new file mode 100644 index 0000000000000000000000000000000000000000..f91bc78c3d4a21faa86ebf0b7a1b2b5cf9ba964d --- /dev/null +++ b/ps-config/personRec/personRec.conf @@ -0,0 +1,17 @@ +[main] +startdb=43; +uttdb=47; +silence=400; +timeout=8; +openDeviceDirectly=yes; + +[pocketsphinxinstance] +name=person; +hmm=../../../pocketsphinx/model/en-us/en-us; +dict=../../psGrammar/dictionary/tobiDic.dic; +jsgf=../../psGrammar/personRec/personRec.jsgf; +rsbscope=/speechrec; +bestpath=no; +autoload=yes; + + diff --git a/ps-grammar/personRec/personRec.jsgf b/ps-grammar/personRec/personRec.jsgf new file mode 100644 index 0000000000000000000000000000000000000000..915c300bc76b399bb714424d976d3006e429455f --- /dev/null +++ b/ps-grammar/personRec/personRec.jsgf @@ -0,0 +1,6 @@ +#JSGF V1.0; +grammar personRec; +public <command> = (<yes> | <no> | <start>); +<yes> = [toby] yes; +<no> = [toby] no; +<start> = [toby] start;