-
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
None of the custom wake words are working. #217
Comments
Please, if there is an existing issue, don't create a duplicate of it that is just a reference to it - keep discussion within the original issue. |
got it...but the only thing is the original issue title doesn't really describe the impact...that none of the custom wake words are working. Can you update the title of #173? |
I am neither the maintainer nor the author of the issue. |
|
|
I changed --wake-word-name back to the default because it was the only one I could get to work. When you say "he openwakeword service doesn't preload the custom wakeword." what does that mean? Is that a parameter? |
I changed my openwakeword service file to include the --preload-model directive and ran a few tests with custom wakewords and still has the same effect described in issue #173
|
It wouldn't make a difference if the wakeword doesn't work properly in the first place. |
The custom wakewords work...the first time. But eventually it does a wake WHILE its listening or trying to respond to the previous wake. A systemctl status before and after shows me the same thing...see below. I tried running a journalctl -u <service_name> -f during and it produced no additional output. I have output sent to /var/log/wyoming.log and /var/log/wakeword.log and tailing those during the test produced no additional output. Not sure whats happening to my log records.
|
I wonder if the gap below the directory is an issue? Also, I ultimately put the custom word in the same directory as the default wake words, and haven't had an issue using that at all. Below is my wake word service for reference. [Unit] [Service] [Install] |
I've tried several variations including removing the spaces before the options. I also tried copying all the wake words to the default model folder. And I still see the same issue.
|
Not to rain on anyones parade but what I and quite a few others have noticed when using custom wake words is the device wakes and listens whenever it wants to, causing a lot of false detections. ( I am sure one of the Home Assistant Year of the Voice videos poss number 5 or 6 goes into the false detection problems and they are still trying to find out why it happens, I think they had it down to 1 false detection with the supplied voice but had 100s when using the custom detection) Nearly all the custom wake words are trainded with very little background noise and audio thru the automatic web page tool. The Custom wake word files are nearly all the same size because of this and I think they all share the same flaw that cause the false detections. I would suggest you get it working with the default voice wake words before you start with the custom wake words and may feel let down if you start getting loads of false wake word detections . I have an atom echo with hey jarvis and it wakes maybe once or twice a day by itself and I also have the satellite with my custom wake word and it wakes every 20-30 mins just sitting on the bench with no audio or noise in the room. I actually find it easire to control HA from my office alexa dot. it only wakes when I speak to it. |
The default wake word works fine and I understand your points about the custom wake words. It almost seems like it's detecting a wake word WHILE its responding to the previous request. |
I am positive one of the HA year of the voice videos dives into it but I have no idea if they have ever sorted it out, by the looks of the repo for the atom echo that has never been updated in over a month and has never had the fix pushed for the borked installer that points to the wrong file that leads to the little box entering a reboot loop. I suspect the devs are too busy with other things HA and this may be starting to head down the road to "Leave it to the end users to fix as it is not making us any money now" route of open source. We started and gave up so if you want it fixed then off you go.. It is a shame as it could be a good way to interact with HA as AI seems to be the buzz word at the moment. did you rename the custom wakeword with the correct extension name. it does not use the standard extension but uses a slightly different one. |
have you tried to copy the custom wakeword file to the /wyoming-openwakeword/wyoming_openwakeword/models/ folder |
described in this issue - #173
The text was updated successfully, but these errors were encountered: