speech-recognition: sample config update.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Jun 2013 13:37:39 +0000 (16:37 +0300)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 6 Jun 2013 13:51:06 +0000 (16:51 +0300)
src/daemon/srs.cfg

index 8a0c4a1..214c299 100644 (file)
@@ -1,5 +1,6 @@
 # load and configure the fake and sphinx speech-engine plugins
 load fake-speech sphinx-speech
+load simple-disambiguator
 
 fake.control = tcp4:127.0.0.1:3100
 
@@ -10,5 +11,9 @@ sphinx.bar = foo
 daemon.log-level  = info,warning,error
 daemon.log-target = stdout
 
+# choose the speech backend and disambiguators
+#daemon.speech-backend = fake
+#daemon.disambiguator  = simple-disambiguator
+
 # temporary hack to activate a given backend
 daemon.activate = sphinx-speech