SlapBot / stephanie-va

Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.
https://slapbot.github.io/
MIT License
799 stars 127 forks source link

Always Awake flag not working properly #44

Open Cash120 opened 5 years ago

Cash120 commented 5 years ago

It appears that Stephanie isn't able to reliably detect audio after an extended period of time, and intermittently wakes up again, beeps for a voice prompt, and then doesn't detect audio properly. always_on_engine in config.ini is set to False.

initialised
modules retreived.
Stephanie is on and loading, wait for the beep sound to give your command.
Give me your command!
Your command is my order!
Google Speech Recognition could not understand audio
Give me your command!
Your command is my order!
Google Speech Recognition could not understand audio
Give me your command!
Your command is my order!
Google Speech Recognition could not understand audio
Give me your command!
Your command is my order!
Google Speech Recognition could not understand audio
Give me your command!

This is an average result of having Stephanie open in the background while working, with roughly half of the Google Speech Recognition errors being from attempts to issue a voice command when prompted by the beep.

JeremyARussell commented 5 years ago

I've experienced something like this as well, not sure if it's a bug or just me using it wrong though, we should check with @SlapBot and find out.