From c91b9e78693c7c0058cbb6fed4a052ce73ac7560 Mon Sep 17 00:00:00 2001
From: Alessandro Cocilova <acocilova@techfak.uni-bielefeld.de>
Date: Mon, 30 Jan 2017 16:53:34 +0100
Subject: [PATCH] moved ps config for real

---
 .../lit_challenge_speech_configuration.conf   | 30 +++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 psConfig/exercise/lit_challenge_speech_configuration.conf

diff --git a/psConfig/exercise/lit_challenge_speech_configuration.conf b/psConfig/exercise/lit_challenge_speech_configuration.conf
new file mode 100644
index 00000000..f3f26225
--- /dev/null
+++ b/psConfig/exercise/lit_challenge_speech_configuration.conf
@@ -0,0 +1,30 @@
+[main]
+startdb=43;
+uttdb=47;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+alsadevice=sysdefault;
+
+[pocketsphinxinstance]
+name=name;
+jsgf=../psGrammar/team_lit/lit_name.jsgf;
+rsbscope=/speechrec/psa/lit/name;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=command;
+jsgf=../psGrammar/team_lit/lit_command.jsgf;
+rsbscope=/speechrec/psa/lit/command;
+bestpath=no;
+autoload=yes;
+
+
+[pocketsphinxinstance]
+name=confirm;
+jsgf=../psGrammar/confirm/confirm.jsgf;
+rsbscope=/speechrec/psa/lit/confirm;
+bestpath=no;
+autoload=yes;
+
-- 
GitLab