doc/mpdconf.example: remove advanced replay gain settings

Keep the example file short, omit settings that are probably only used
by few users.
This commit is contained in:
Max Kellermann 2024-04-15 18:53:55 +02:00
parent 75047a26f8
commit 3145b10f51
1 changed files with 0 additions and 17 deletions

View File

@ -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 ##########################################################