From c96486aa9107a74de3487a4a3fd20e95574665b4 Mon Sep 17 00:00:00 2001 From: June Date: Sat, 27 Apr 2024 23:28:31 +0200 Subject: [PATCH] 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. --- modules/services/audio/mpd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/audio/mpd.nix b/modules/services/audio/mpd.nix index 30ce12e..4c149af 100644 --- a/modules/services/audio/mpd.nix +++ b/modules/services/audio/mpd.nix @@ -20,6 +20,7 @@ in audio_output { type "pipewire" name "Pipewire" + mixer_type "software" } ''; };