StevenHickson / PiAUISuite

Raspberry PI AUI Suite
Other
695 stars 210 forks source link

sometimes the threshold is met while microphone is turned off #54

Open klemperer opened 8 years ago

klemperer commented 8 years ago

Hi, there is a weird problem with voicecommand.

voicecommand -f /root/.commands.conf -r "Hello" -c -b0 -i -t 5

Sometimes, the server speaks the response ("Hello" in my case) while the microphone is turned off, and then the words of improper command. It seems the threshold of sound is met which triggers the response. But how could it happen while the microphone is turned off?