Hello,,
Thanks for this project. I have a Pi3 runing with a ReSpeaker 2-Mic HAT v1. Using the image with Linux Voice assistant and snapcast.
I had to go through a few hoops to actually get the audio input and output running. Now, (beside the device constantly disconnecting from HA, which I assume is due to something else) I want the LEDs to work, which they are not.
I have installed the python lib manually and confirm that they do work, just not with the Voice Assist part.
PS. The audio input and output I fixed by adding the following lines into /compose/.env
AUDIO_OUTPUT_DEVICE="pipewire/alsa_output.platform-soc_sound.playback.0.0"
AUDIO_INPUT_DEVICE="alsa_input.platform-soc_sound.capture.0.0"
DS.
Hello,,
Thanks for this project. I have a Pi3 runing with a ReSpeaker 2-Mic HAT v1. Using the image with Linux Voice assistant and snapcast.
I had to go through a few hoops to actually get the audio input and output running. Now, (beside the device constantly disconnecting from HA, which I assume is due to something else) I want the LEDs to work, which they are not.
I have installed the python lib manually and confirm that they do work, just not with the Voice Assist part.
PS. The audio input and output I fixed by adding the following lines into /compose/.env
DS.