balena-labs-projects / balena-dash

Build a Raspberry Pi based desktop dashboard for stats, photos, videos and more!
https://balena.io/blog/make-a-web-frame-with-raspberry-pi-in-30-minutes/
MIT License
435 stars 137 forks source link

Set the audio output device to 3.5mm jack instead of HDMI #152

Open Southclaws opened 2 years ago

Southclaws commented 2 years ago

Hey, I've got this running on a big TV for some team dashboards, music, meetings, etc. but our TV doesn't have 3.5mm output. The Raspberry pi does have a 3.5mm output but I can't figure out how to make Balena Dash output its web frame sound via the device's 3.5mm jack. Any help appreciated!

chrisys commented 2 years ago

@Southclaws this is more of a question of the Pi configuration rather than balenaDash, so you could try something like hdmi_ignore_edid_audio=1 by adding BALENA_HOST_CONFIG_hdmi_ignore_edid_audio = 1 in the device configuration in the balenaCloud dashboard.