Let MPD mix the audio itself to work around PW/WP restore bug

jtbx discovered that MPD is using the Pipewire stream volume for volume
control, but that when Pipewire/Wireplumber restores the stream volumes
on restart, it wrongly assigns the MPD stream volume to the Shaireport
Sync stream as well.
Work around that bug by making MPD mix itself and not through
Pipewire/Wireplumber.
This commit is contained in:
June 2024-04-27 23:28:31 +02:00
parent 14bbdea9dc
commit c96486aa91
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -20,6 +20,7 @@ in
audio_output { audio_output {
type "pipewire" type "pipewire"
name "Pipewire" name "Pipewire"
mixer_type "software"
} }
''; '';
}; };