ansible/pis/raspberry_pi_audio.md

19 lines
465 B
Markdown
Raw Permalink Normal View History

Switch between line-out and HDMI
--------------------------------
amixer cset numid=3 2 # switches to HDMI
amixer cset numid=3 1 # switches to headphone
2020-03-30 22:49:44 +02:00
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