Hi all,
I changed my satellite to a RPi zero with ReSpeaker 2-MicsPiHat.
The recognition works fine but the detection of the wake word won’t work.
Here the profile:
{
“intent”: {
“system”: “hermes”
},
“microphone”: {
“arecord”: {
“device”: “default:CARD=seeed2micvoicec”,
“siteId”: “satellite”
},
“system”: “arecord”
},
“mqtt”: {
“enabled”: “true”,
“host”: “192.168.xxx.xxx”,
“port”: “12183”,
“site_id”: “satellite”
},
“sounds”: {
“aplay”: {
“device”: “default:CARD=seeed2micvoicec”
},
“system”: “aplay”
},
“speech_to_text”: {
“system”: “hermes”
},
“text_to_speech”: {
“satellite_site_ids”: “satellite”,
“system”: “hermes”
},
“wake”: {
“porcupine”: {
“keyword_path”: “computer_raspberry-pi.ppn”,
“sensitivity”: “0.40”
},
“satellite_site_ids”: “satellite”,
“system”: “porcupine”
}
}
What happens when you do aplay -l? as do you have a hw:1 and also can it record at cd quality as plughw:1 will do auto conversion.
Usually I test at what Rhasspy normally records with arecord -Dplughw:1 -fS16_LE -r16000 -c1 test.wav the vu is also handy for a test is it -V mono from memory?
I would check your inputs in terms of input volume Roman as often it can be very low.
Raven is great for collecting KW and as a quick start-up but not that great of a KWS so dunno if its your setup or maybe your volume is low or config bad or its just Raven being Raven.
I investigated deep into the relations between rhasspy and porcupine. The install requirements said the the verson needed is 1.9. I load the wake word from github computer… I ask myself is it possible that the wake word on github is prepared for the latest version of porcupine with access key needed. So that I need a old ppn file or if there is a different between the english and the german wake word file?
Any suggestion?
It was a long hard way to success. But now it is working.
I follow the tutorial by Don and add some details following this site porcupine update
I had to update the rhasspy twice for add all dependencies. Than add the porcupine accesskey as described.
Now it is running and I am going to add the result to my fhem smart home.
Thanks all