From 27ec4d7a75a87769e4ed96e92c6d63a58e49f016 Mon Sep 17 00:00:00 2001
From: Bielefeld Robot Companion <biron@bossy.(none)>
Date: Thu, 27 Mar 2014 18:06:10 +0100
Subject: [PATCH] basicFuncs speech conf added to demo conf

---
 ps-config/demo/demoCentralLab.conf | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/ps-config/demo/demoCentralLab.conf b/ps-config/demo/demoCentralLab.conf
index cbd4b7c5..e1f9ea87 100644
--- a/ps-config/demo/demoCentralLab.conf
+++ b/ps-config/demo/demoCentralLab.conf
@@ -39,3 +39,12 @@ jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/sfb/review.jsgf;
 rsbscope=/speechrec/psa/sfbreview;
 bestpath=no;
 autoload=yes;
+
+[pocketsphinxinstance]
+name=basicFunctionalities;
+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/basicFunctionalities/basicFunctionalities.jsgf;
+rsbscope=/speechrec/psa/basicFunctionalities;
+bestpath=no;
+autoload=yes;
-- 
GitLab