This PR adds compatibility with the audio block, namely:
setup ALSA bridge
setup required env vars (PULSE_SERVER=tcp:audio:4317)
If not using the audio block the ALSA bridge can be safely ignored and audio will continue to work as intended.
PULSE_SERVER env var can be overriden if the default does not match the "audio" service name.
If using the audio block, you can now use AUDIO_OUTPUT to select output device.
This PR adds compatibility with the audio block, namely:
PULSE_SERVER=tcp:audio:4317
)If not using the
audio
block the ALSA bridge can be safely ignored and audio will continue to work as intended.PULSE_SERVER
env var can be overriden if the default does not match the "audio" service name.If using the
audio
block, you can now useAUDIO_OUTPUT
to select output device.Change-type: patch Signed-off-by: Tomás Migone tomas@balena.io