Browse Source

Disable automatic volume manipulation in mpd

Frans Bergman 3 years ago
parent
commit
55beb8352d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .config/mpd/mpd.conf

+ 2 - 2
.config/mpd/mpd.conf

@@ -351,7 +351,7 @@ audio_output {
 # See <http://www.replaygain.org> for more details about ReplayGain.
 # This setting is off by default.
 #
-#replaygain			"album"
+#replaygain			"auto"
 #
 # This setting sets the pre-amp used for files that have ReplayGain tags. By
 # default this setting is disabled.
@@ -376,7 +376,7 @@ audio_output {
 # result in the volume of all playing audio to be adjusted so the output has 
 # equal "loudness". This setting is disabled by default.
 #
-volume_normalization		"yes"
+#volume_normalization		"yes"
 #
 ###############################################################################