rhasspy / wyoming-satellite

Remote voice satellite using Wyoming protocol
MIT License
575 stars 82 forks source link

Adafuit voice bonnet wm8960 #148

Open sys1aeg opened 5 months ago

sys1aeg commented 5 months ago

having a hard time finding the respeaker 2 mic hat. purchased similar item from adafuit voice bonnet wm8960. works with your install but no LEDs. their demo uses Dotstars using gpio 5 data and 6 clock. any help would be appreciated

donburch888 commented 1 month ago

I also have an Adafruit Voice Bonnet, as well as a couple of reSpeakers. Having LEDs on a voice satellite are a nice touch, but not really necessary if you are using audio feedback options ( --awake-wav sounds/awake.wav --done-wav sounds/done.wav ) for wyoming-satellite.

For the dotstar LEDs used in Adafruit Voice bonnet, I suggest you use the code from Adafruit to make a couple of programs to display patterns and run them as independent programs from wyoming-satellite's Event commands (--detection-command and (maybe) --stt-stop-command ).

donburch888 commented 1 month ago

@sys1aeg how is your audio input from the Voice Bonnet ? I found that my arecord/aplay test worked well, with only a just-noticable high pitched whine (which others have reported on Adafruit's forum. However using the wyoming-satellite option to save the audio input files I found repeated popping sounds. I think this is stopping Whisper from detecting the end of my command and making it time out 15 seconds after each command. I am wondering if it is just a one-off problem, or maybe something related to Voice Bonnet.