Browse Source

Enable volume normalization in mpd config

Frans Bergman 4 years ago
parent
commit
6a6b1bceb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .config/mpd/mpd.conf

+ 1 - 1
.config/mpd/mpd.conf

@@ -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		"no"
+volume_normalization		"yes"
 #
 ###############################################################################