blob: 574bda144e28bf545931d7442ca4e5b511f1a81e [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001From b48b3d240cb0fa5e76aa5daf578e51bb8126431d Mon Sep 17 00:00:00 2001
2From: Alistair Francis <alistair.francis@wdc.com>
3Date: Wed, 16 Oct 2019 09:18:39 -0700
4Subject: [PATCH 7/7] mycroft.conf: Use pocketsphinx by default
5
6precise only works on certain architectures, to make Mycroft more
7versitle use pocketsphinx as it is architecture independent.
8
9Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
10Upstream-Status: Inappropriate [embedded specific]
11---
12 mycroft/configuration/mycroft.conf | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf
16index 1d0be0dcd2b..d2dc75dac44 100644
17--- a/mycroft/configuration/mycroft.conf
18+++ b/mycroft/configuration/mycroft.conf
19@@ -196,7 +196,7 @@
20 // Hotword configurations
21 "hotwords": {
22 "hey mycroft": {
23- "module": "precise",
24+ "module": "pocketsphinx",
25 "phonemes": "HH EY . M AY K R AO F T",
26 "threshold": 1e-90,
27 "lang": "en-us"
28--
292.23.0
30