mpd: Disable replaygain
Otherwise heavy clipping occurs when playing opus files without replaygain tags.
This commit is contained in:
parent
9832f10d03
commit
64a682a836
|
@ -11,7 +11,6 @@ lib.mkIf nixosConfig.sbruder.gui.enable {
|
||||||
zeroconf_enabled "no"
|
zeroconf_enabled "no"
|
||||||
|
|
||||||
restore_paused "yes"
|
restore_paused "yes"
|
||||||
replaygain "track"
|
|
||||||
|
|
||||||
audio_output {
|
audio_output {
|
||||||
type "pulse"
|
type "pulse"
|
||||||
|
|
Loading…
Reference in a new issue