From b791843d6627116cf6b6fc1edb76257b7848b72c Mon Sep 17 00:00:00 2001
From: Tiago 47c <pal@neuromancer>
Date: Mon, 4 Oct 2021 13:27:45 +0000
Subject: [PATCH] add ersti demo

---
 psConfig/demos/ersti_demo.conf | 50 ++++++++++++++++++++++++++++++++++
 1 file changed, 50 insertions(+)
 create mode 100644 psConfig/demos/ersti_demo.conf

diff --git a/psConfig/demos/ersti_demo.conf b/psConfig/demos/ersti_demo.conf
new file mode 100644
index 00000000..f550b6ba
--- /dev/null
+++ b/psConfig/demos/ersti_demo.conf
@@ -0,0 +1,50 @@
+[main]
+startdb=43;
+uttdb=47;
+silence=400;
+timeout=8;
+openDeviceDirectly=yes;
+alsadevice=sysdefault;
+
+[pocketsphinxinstance]
+name=confirm;
+jsgf=../../psGrammar/confirm/confirm.jsgf;
+rsbscope=/speechrec/psa/confirm;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=stop;
+rsbscope=/speechrec/psa/stop;
+jsgf=../../psGrammar/confirm/stop.jsgf;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=learning;
+rsbscope=/speechrec/psa/learning;
+jsgf=../../psGrammar/demos/learning.jsgf;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=listen;
+rsbscope=/speechrec/psa/listen;
+jsgf=../../psGrammar/demos/listen.jsgf;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=commands;
+rsbscope=/speechrec/psa/commands;
+jsgf=../../psGrammar/demos/cupro/commands.jsgf;
+bestpath=no;
+autoload=yes;
+
+[pocketsphinxinstance]
+name=kitchen_demo;
+rsbscope=/speechrec/psa/kitchen_demo;
+jsgf=../../psGrammar/demos/cupro/kitchen_demo.jsgf;
+bestpath=no;
+autoload=yes;
+
-- 
GitLab