Closed whentotrade closed 4 years ago
Any idea?
Yes, I had assumed that you'd want each wake word to fire independently, but I can see why that wouldn't be desired in your case. I can fix this, so it will only fire once for a given session.
Fixed in master
. Will go into the next Docker image.
I am using snowboy wake word with multiple wake word. The multiple wake words work in snowboy when testing with demo script:
however, when I enter multiple wake words in the settings json for Rhasspy like so:
The wake word is detected more than once. It is correctly registered and the intent handling follows. However, afterwards the "wakeword" detection fires again after the first processing (without any additional audio/speech). here is a log extract:
You can see that the snowboy wake listener fires 3 times wit different hotwords detected. Info: the hotword was only spoken ONCE. The different personal models just include the SAME hotword, just spoken from 2 different persons in different background environments. This works very well with the snowboy demo script, but not in Rhasspy.
Any idea?