rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
694 stars 104 forks source link

wyoming-satellite talks to itself [same as #23] #25

Open KeithSBB opened 10 months ago

KeithSBB commented 10 months ago

I having an issue where wyoming-satellite wakes up and handles a verbal request and then announces an error when it tries to handle what it just spoke. I see this in the assist debug logs. It tries to process what came out of its speaker and evidently was heard by the mic.

brewston commented 10 months ago

Are you also running OOW on the satellite or on your HA server as an add-on ? I was also seeing this behaviour when I ran OOW on the satellite, but not when running it on my HA server.

adoreparler commented 10 months ago

Same problem I am having in https://github.com/rhasspy/wyoming-satellite/issues/23

KeithSBB commented 10 months ago

I don't know what OOW is, do you mean wyoming-openwakeword? If so, then yes, I'm running it locally on the satellite. I'm using the 'Alice' wake word.

brewston commented 10 months ago

Sorry OWW :) yeah, open wake word. I couldn't get the custom word working though, I was using ok_nabu.

KeithSBB commented 10 months ago

Note: This issue should be merged with #23 as it appears to be the same issue.

pcwii commented 10 months ago

I had the same problem and changed--threshold=0.9 and --trigger-level=3 and this has helped substantially.

Rafaille commented 10 months ago

I had the same problem and changed--threshold=0.9 and --trigger-level=3 and this has helped substantially.

Interesting feedback. I was wondering what values for these other people were using. I am still trying to nail the best threshold value but have not played with trigger-level so far. What is your experience with it? Also, I am struggling to understand what trigger-level really mean if you could enlighten me.