synesthesiam / homeassistant-satellite

Streaming audio satellite for Home Assistant
MIT License
186 stars 23 forks source link

Can't pass usb-mic to docker #70

Closed Solarunit closed 10 months ago

Solarunit commented 10 months ago

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.

Solarunit commented 10 months ago

I managed to get it working.