How to implement "wakeup" words in coqui-stt? #2256
-
Hi all. I have implemented a Rasa chatbot via rasa, bert, coqui-stt and tts. However, I want to add the functionality of "wakeup" word for the chatbot, so it will not listen and convert text to speech every time, but only commanded (by wake up command). Is there possibility of implementing this via coqui-stt? If yes, how can I do that? Thank you very much for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You need a small yes/no type scorer with only your wake-word(s) [see relevant doc]. You'll also most likely have to play with negative and positive values for hotword boosting to make sure only your wake words are picked up [see relevant doc]. |
Beta Was this translation helpful? Give feedback.
You need a small yes/no type scorer with only your wake-word(s) [see relevant doc]. You'll also most likely have to play with negative and positive values for hotword boosting to make sure only your wake words are picked up [see relevant doc].
Then it's just a matter of unloading the wakeup scorer and loading another one.