SlapBot/stephanie-va

Adding a wake word

abhinav99ash29 opened this issue · 3 comments

Adding a wake word as Alexa and Cortana to start the STT conversion.

Yep, there's an option at: https://github.com/SlapBot/stephanie-va/blob/master/config.ini#L19

wake_up_command = Stephanie wake up

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.

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.