Brad Bishop | 2d39a06 | 2019-10-28 08:33:36 -0400 | [diff] [blame] | 1 | From b48b3d240cb0fa5e76aa5daf578e51bb8126431d Mon Sep 17 00:00:00 2001 |
| 2 | From: Alistair Francis <alistair.francis@wdc.com> |
| 3 | Date: Wed, 16 Oct 2019 09:18:39 -0700 |
| 4 | Subject: [PATCH 7/7] mycroft.conf: Use pocketsphinx by default |
| 5 | |
| 6 | precise only works on certain architectures, to make Mycroft more |
| 7 | versitle use pocketsphinx as it is architecture independent. |
| 8 | |
| 9 | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> |
| 10 | Upstream-Status: Inappropriate [embedded specific] |
| 11 | --- |
| 12 | mycroft/configuration/mycroft.conf | 2 +- |
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 14 | |
| 15 | diff --git a/mycroft/configuration/mycroft.conf b/mycroft/configuration/mycroft.conf |
| 16 | index 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 | -- |
| 29 | 2.23.0 |
| 30 | |