-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
not sure why this is failing, will investigate should i make save wake words also save hot words? make a separate config for this? should these also be uploaded for precise? this can come in other PR, or i can make the changes |
Hello @JarbasAI! Thanks for updating the PR.
Comment last updated on October 03, 2018 at 13:12 Hours UTC |
Hey. Is there any progress on this? I would love for this to get merged. Thank you. |
Are there any updates on this? I was hoping to use multiple wake words |
i will rebase this PR later, right now you can use multiple_wake words with Voice Satellite. It is basically a standalone version of the listener |
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" } }, ```
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" } }, ```
Multiple hotwords! Yes, its MycroftAI#1233 again for the 9087th time hotwords can do any of the following: - play a sound - fix/support multiple audio extensions instead of .wav only - 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" } }, ```
Multiple hotwords! Yes, its MycroftAI#1233 again for the 9087th time hotwords can do any of the following: - play a sound - fix/support multiple audio extensions instead of .wav only - 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" } }, ``` Co-authored-by: jarbasal <jarbasai@mailfence.com>
Multiple hotwords! Yes, its MycroftAI#1233 again for the 9087th time hotwords can do any of the following: - play a sound - fix/support multiple audio extensions instead of .wav only - 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" } }, ``` Co-authored-by: jarbasal <jarbasai@mailfence.com>
remake of #997
Listening for common words could be useful
proposal: