Ansible files

This commit is contained in:
Martin Bauer
2020-03-30 22:49:44 +02:00
parent 274f15b213
commit 4308dae03d
33 changed files with 524 additions and 184 deletions

View File

@@ -5,8 +5,14 @@ amixer cset numid=3 2 # switches to HDMI
amixer cset numid=3 1 # switches to headphone
Set up PulseAudio
-----------------
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
(also available in playbook TOOD)