-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On some requests, the awake-wav trigger sound plays again after the done-wav sound, then OWW gets stuck #173
Comments
For what its worth, even though a reboot didnt seem to help, I restarted only the wyoming-openwakeword service and it seems to have stopped doing it for now. |
That didn't help for me. Once it starts playing back TTS data from Home Assistant, the debug log shows the microphone immediately unmuting, and the lights turn yellow on my hat. EDIT: This only happens on custom wake words. It doesn't happen using |
the same here i have ... @spdustin thanks for suggestion, using built in wake words seems works almost as expected |
I have the same experience... none of the custom wakewords work |
I've got it to work via the comments from #217. I had to copy the custom wake word model to the default model location: Then, I had to rename my custom wake word by adding Having to copy a file into a Python package installed in a virtual environment is obviously an ugly workaround, though. From my testing, I think there's also a second bug, that makes the |
I'm noticing that occasionally, I'll hear the wakeword trigger awake sound play a second time. After saying the wake word, I'll hear the awake trigger sound, speak my question, and hear the done sound. Then, immediately after, I hear the awake trigger sound play again. Then I get my answer, and from that point on the OWW wyoming satellite seems stuck. If i go into home assistant and tweak any of the mic settings (auto gain, mic level, noise suppression level) it will then play the trigger sound again and get unstuck.
Anecdotally, it seems to be on longer requests, or ones where ive asked two questions such as "What is the pool temperature, and what is the temperature outside"
I'm not sure what's causing this, or how I could debug it. Playing back my recordings of the command it heard me say, the mic recording seems clean and clear.
Any suggestions?
The text was updated successfully, but these errors were encountered: