Open furqanahmedmtbc opened 5 years ago
I did some digging around. Looks like the scrip is stuck on
snowboy_result = detector.RunDetection(b"".join(resampled_frames))
in the speech recognition init file.
The "_snowboyresult" value remains 0 even after speaking into the mic multiple times.
The hotword is supposed to be detected when this value goes above 0. Any idea how I can solve this issue?
Steps to reproduce
I try to run the following script but it seems it is stuck on wake-word detection. I have spoken multiple times but the script does not seem to recognize the wake-word. (Note: The recognition works fine without the wake-word part, It just seems like the addition of wakeword requirement is not working.)
I'm using the Google cloud Speech API on a Raspberry Pi 3.
Code:
-------------------------Output-------------------------------------------------------------------