From 44fb7cd214a9f9cb76ceb1e28a9628b825fff238 Mon Sep 17 00:00:00 2001 From: mholland <kharmening@techfak.uni-bielefeld.de> Date: Tue, 1 Apr 2014 19:20:07 +0200 Subject: [PATCH] adapted zoo cofig --- ps-config/robotZoo/roboZoo.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ps-config/robotZoo/roboZoo.conf b/ps-config/robotZoo/roboZoo.conf index 5d86ad88..6c2336d1 100644 --- a/ps-config/robotZoo/roboZoo.conf +++ b/ps-config/robotZoo/roboZoo.conf @@ -22,3 +22,12 @@ jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/robotZoo/roboZoo.jsgf; rsbscope=/speechrec/psa/roboZoo; bestpath=no; autoload=yes; + +[pocketsphinxinstance] +name=person; +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/person/person.jsgf; +rsbscope=/speechrec/psa/person; +bestpath=no; +autoload=yes; -- GitLab