forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple hotwords! Yes, its MycroftAI#1233 again for the 9087th time hotwords can do any of the following: - play a sound - start listening - trigger "wake up" - emit a bus event - emit an utterance - select a STT lang sample config ```json "hotwords": { "hey_mycroft": { "module": "ovos-precise-lite", "model": "/home/user/precise_stuff/training/hey_mycroft.tflite", "listen": true, "sound": "snd/start_listening.wav" }, "wake up": { "module": "pocketsphinx", "phonemes": "W EY K . AH P", "threshold": 1e-20, "lang": "en-us", "wakeup": true }, "thank you": { "module": "pocketsphinx", "phonemes": "TH AE NG K . Y UW", "threshold": 0.1, "event": "mycroft.stop", "utterance": "thank you", "lang": "en-us" } }, ```
- Loading branch information
Showing
6 changed files
with
471 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.