diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 4142a9ece..866832d7f 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -382,20 +382,9 @@ input { # #replaygain "album" # -# This setting sets the pre-amp used for files that have ReplayGain tags. By -# default this setting is disabled. -# -#replaygain_preamp "0" -# -# This setting sets the pre-amp used for files that do NOT have ReplayGain tags. -# By default this setting is disabled. -# -#replaygain_missing_preamp "0" -# # This setting enables or disables ReplayGain limiting. # MPD calculates actual amplification based on the ReplayGain tags # and replaygain_preamp / replaygain_missing_preamp setting. - # If replaygain_limit is enabled, MPD will use the peak from the # ReplayGain tags to minimize clipping. If replaygain_limit is # disabled, MPD will allow clipping of some quiet tracks. @@ -403,12 +392,6 @@ input { # #replaygain_limit "yes" # -# This setting enables on-the-fly normalization volume adjustment. This will -# 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" -# ############################################################################### # Character Encoding ##########################################################