From 3145b10f51eed40938a3a7e57f6e3cc27cb8d205 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Apr 2024 18:53:55 +0200 Subject: [PATCH] doc/mpdconf.example: remove advanced replay gain settings Keep the example file short, omit settings that are probably only used by few users. --- doc/mpdconf.example | 17 ----------------- 1 file changed, 17 deletions(-) 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 ##########################################################