ansible/pis/raspberry_pi_audio.md

19 lines
465 B
Markdown

Switch between line-out and HDMI
--------------------------------
amixer cset numid=3 2 # switches to HDMI
amixer cset numid=3 1 # switches to headphone
PulseAudio
-----------
- tried network streaming, works
- tried bluetooth - somewhat works, sometimes stuttering
- when media is already playing on device and then connecting it usually works fine
- playing a second source at the same time gives ugly artifacts
-> decided to use pure ALSA instead