home-assistant / plugin-audio

Pulseaudio implementation for Home Assistant
Apache License 2.0
24 stars 13 forks source link

Do not process udev events in Audio plug-in #152

Closed agners closed 8 months ago

agners commented 8 months ago

Simply setup ALSA and start Pulseaudio, and don't process udev events. Provide health information so Supervisor could use them.

This is an alternative handling of hotplug. Supervisor would need to restart the plug-in in this case.

Convert overlay to new s6 style.

agners commented 8 months ago

We didn't went this route because the restart is too slow. Closing in favor of #153.