Open markuspaschi opened 6 years ago
If anyone is interested:
I added this line:
rms = audioop.rms(data, 2)
after elif ans > 0
and get the rms of the triggered hotword. Works so far. Maybe this can be implemented (pushed) as well.
Greetings Markus
Hi,
is there a way to check how accurate / loud the spoken hotword was? Because i have multiple Devices with Snowboy detection running and want to know, which one was triggered the best (closest) was the loudest or most accurate.
I thought about this line (in the snowboydecoder.py)
And analyzing that buffer for loudness. Not excactly sure if thats the way. If you have any ideas let me know pls :)
Thanks in advance :)