Looking for some help getting a wyoming-satellite up and running.
I have set up wyoming-whisper, wyoming-piper, and wyoming-wakework docker images and integrated to home assistant. It seems to work fine from my phone, I can talk and it responds and executes commands fine.
Now I am trying to turn a linux box with a microphone/speakers into a wyoming satellite. I have got it running and logs look good on satellite side, and it seems to integrate fine into home assistant, but its like no audio ever gets sent to home assistant. I have confirmed both microphone and speakers work by using the same devices to record and playback a wave. For testing purposes I am not using wakeword for now.
Initialization command used for satellite-
script/run --name 'my satellite' --uri 'tcp://0.0.0.0:10700' --mic-command 'arecord -r 16000 -c 1 -f S16_LE -t raw' --snd-command 'aplay -r 22050 -c 1 -f S16_LE -t raw' --debug
Output from the satellite log attached.
On the home assistant side the satellite integrates fine and I see my assistant in an idle state. It never leaves this state. I also see a disabled entity under sensors with no option to enable it. Now I know these two have some sort of communication, because when I hit mute under configuration in home assistant, it shows up in the satellite logs. When I have wake_word disabled it shows a checkbox for wakeword in voice assistant debug. When I have a wakeword enabled, it never triggers. The raw never shows anything though. No commands are initiated, no response received (and I know it can play audio from home assistant because it does during the integration).
Any ideas for what I can check here? I've tried the wyoming-satellite installer, removed and tried manually, I've removed and reintegrated several times. I'd appreciate any suggestions as I'm completely out of ideas.