Skip to content
Snippets Groups Projects
Commit 5f6318a4 authored by Christian Limberg's avatar Christian Limberg
Browse files

grammars and config for person recognition task

parent 7f193d96
No related branches found
No related tags found
No related merge requests found
[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;
#JSGF V1.0;
grammar personRec;
public <command> = (<yes> | <no> | <start>);
<yes> = [toby] yes;
<no> = [toby] no;
<start> = [toby] start;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment