From b73efb85a880d8879594d5a0b1d8001b37091107 Mon Sep 17 00:00:00 2001
From: gminareci <gminareci@techfak.uni-bielefeld.de>
Date: Thu, 7 Aug 2014 08:30:29 -0300
Subject: [PATCH] demoGeniale config added

---
 ps-config/demoGeniale/demoGeniale.conf | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 ps-config/demoGeniale/demoGeniale.conf

diff --git a/ps-config/demoGeniale/demoGeniale.conf b/ps-config/demoGeniale/demoGeniale.conf
new file mode 100644
index 00000000..897763c0
--- /dev/null
+++ b/ps-config/demoGeniale/demoGeniale.conf
@@ -0,0 +1,32 @@
+[main]
+startdb=47;
+uttdb=52;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+[pocketsphinxinstance]
+name=person;
+hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
+jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/person/person.jsgf;
+rsbscope=/speechrec/psa/person;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=object;
+hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
+jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/cocktailparty/object.jsgf;
+rsbscope=/speechrec/psa/object;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=confirm;
+hmm=/vol/robocup/2014/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
+dict=/vol/robocup/2014/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
+jsgf=/vol/robocup/2014/share/SpeechRec/psGrammar/confirm/confirm.jsgf;
+rsbscope=/speechrec/psa/confirm;
+bestpath=no;
+autoload=yes;
-- 
GitLab