2020-01-08 20:18:23 +01:00
|
|
|
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
|
|
|
|
|
2020-01-08 20:18:23 +01:00
|
|
|
|
|
|
|
|