From 64a682a836a4679547c6b3e21c0b32a58a60ade1 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 21 Aug 2021 18:57:08 +0200 Subject: [PATCH] mpd: Disable replaygain Otherwise heavy clipping occurs when playing opus files without replaygain tags. --- users/simon/modules/mpd.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/simon/modules/mpd.nix b/users/simon/modules/mpd.nix index ddc1a1e..e63b2ba 100644 --- a/users/simon/modules/mpd.nix +++ b/users/simon/modules/mpd.nix @@ -11,7 +11,6 @@ lib.mkIf nixosConfig.sbruder.gui.enable { zeroconf_enabled "no" restore_paused "yes" - replaygain "track" audio_output { type "pulse"