From a95f644d340396dbd1935ee7ff59a8780de137e3 Mon Sep 17 00:00:00 2001
From: gminareci <gminareci@techfak.uni-bielefeld.de>
Date: Thu, 27 Aug 2015 16:15:57 +0800
Subject: [PATCH] demoDynamic conf

---
 ps-config/demos/demoDynamic.conf | 76 ++++++++++++++++++++++++++++++++
 1 file changed, 76 insertions(+)
 create mode 100644 ps-config/demos/demoDynamic.conf

diff --git a/ps-config/demos/demoDynamic.conf b/ps-config/demos/demoDynamic.conf
new file mode 100644
index 00000000..6ea40b32
--- /dev/null
+++ b/ps-config/demos/demoDynamic.conf
@@ -0,0 +1,76 @@
+[main]
+startdb=43;
+uttdb=47;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+
+[pocketsphinxinstance]
+name=person;
+jsgf=../../psGrammar/demos/person.jsgf;
+rsbscope=/speechrec/psa/person;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=drinks;
+jsgf=../../psGrammar/object/drinks.jsgf;
+rsbscope=/speechrec/psa/object;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=confirm;
+jsgf=../../psGrammar/confirm/confirm.jsgf;
+rsbscope=/speechrec/psa/confirm;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=ordering;
+jsgf=../../psGrammar/demos/ordering.jsgf;
+rsbscope=/speechrec/psa/ordering;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=saveCommand;
+rsbscope=/speechrec/psa/saveCommand;
+jsgf=../../psGrammar/demos/saveCommand.jsgf;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=controlExecution;
+rsbscope=/speechrec/psa/controlExecution;
+jsgf=../../psGrammar/commands/controlExecution.jsgf;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=controlExecution;
+rsbscope=/speechrec/psa/saveLocation;
+jsgf=../../psGrammar/commands/saveLocation.jsgf;
+
+hmm=../../../pocketsphinx/model/en-us/en-us;
+dict=../../psGrammar/dictionary/tobiDic.dic;
+bestpath=no;
+autoload=yes;
-- 
GitLab