From e1ccd4a9832b0bc737ddee5066d3d48ac94fff5e Mon Sep 17 00:00:00 2001 From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de> Date: Thu, 27 Mar 2014 15:16:11 +0100 Subject: [PATCH] added open challenge --- ps-config/openChallenge/openChallenge.conf | 23 ++++++++++++++++++++++ ps-config/openChallenge/rsm.conf | 14 +++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 ps-config/openChallenge/openChallenge.conf create mode 100644 ps-config/openChallenge/rsm.conf diff --git a/ps-config/openChallenge/openChallenge.conf b/ps-config/openChallenge/openChallenge.conf new file mode 100644 index 00000000..4cb3a186 --- /dev/null +++ b/ps-config/openChallenge/openChallenge.conf @@ -0,0 +1,23 @@ +[main] +startdb=30; +uttdb=35; +silence=400; +timeout=8; +openDeviceDirectly=yes; +[pocketsphinxinstance] +name=demoChallange; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/demoChallange/demoChallange.jsgf; +rsbscope=/speechrec/psa/demoChallange; +bestpath=no; +autoload=yes; + +[pocketsphinxinstance] +name=confirm; +hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/confirm/confirm.jsgf; +rsbscope=/speechrec/psa/confirm; +bestpath=no; +autoload=yes; diff --git a/ps-config/openChallenge/rsm.conf b/ps-config/openChallenge/rsm.conf new file mode 100644 index 00000000..383a5d11 --- /dev/null +++ b/ps-config/openChallenge/rsm.conf @@ -0,0 +1,14 @@ +[main] +startdb=30; +uttdb=35; +silence=400; +timeout=8; +openDeviceDirectly=yes; +[pocketsphinxinstance] +name=review; +hmm=/vol/sfb673a4/trunk64/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k; +dict=/vol/sfb673a4/trunk64/share/SpeechRec/psGrammar/dictionary/tobiDic.dic; +jsgf=/vol/sfb673a4/trunk64/share/SpeechRec/psGrammar/rsm/rsm.jsgf; +rsbscope=/speechrec/psa/rsm; +bestpath=no; +autoload=yes; -- GitLab