synesthesiam/homeassistant-satellite

Can't pass usb-mic to docker

Solarunit opened this issue · 1 comments

I have Linux host with pipewire and just installed Assistant-Satellite docker and looks like usb-mic is not detected.
And I can't manually specify it because this device doesn't start with plughw.

It may be necessary to manually specify --mic-device plughw:...

Run arecord -L to list available input devices. Pick devices that start with plughw: because they will perform software audio conversions. Use --mic-device plughw:... to use a specific input device.

This mic is working fine on another linux system.

I managed to get it working.