Adding a wake word
abhinav99ash29 opened this issue · 3 comments
abhinav99ash29 commented
Adding a wake word as Alexa and Cortana to start the STT conversion.
SlapBot commented
Yep, there's an option at: https://github.com/SlapBot/stephanie-va/blob/master/config.ini#L19
wake_up_command = Stephanie wake up
abhinav99ash29 commented
But that option is also using online stt, I used porcupine for wake-word detection, totally offline and really lightweight. It works quite well as hey cortana or alexa. I am trying to integrate it in stephanie.
SlapBot commented
Okay you could do this then, head it to:
https://github.com/SlapBot/stephanie-va/blob/master/Stephanie/activity.py
You could consider changing the online STT call L16 to your offline one.