doc/mpdconf.example: fix replaygain_limit description

The description (added by commit 43806d524d) was wrong.

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1977
This commit is contained in:
Max Kellermann 2024-04-15 18:51:02 +02:00
parent 1e4bf90c60
commit 75047a26f8
1 changed files with 5 additions and 3 deletions

View File

@ -395,9 +395,11 @@ input {
# This setting enables or disables ReplayGain limiting. # This setting enables or disables ReplayGain limiting.
# MPD calculates actual amplification based on the ReplayGain tags # MPD calculates actual amplification based on the ReplayGain tags
# and replaygain_preamp / replaygain_missing_preamp setting. # and replaygain_preamp / replaygain_missing_preamp setting.
# If replaygain_limit is enabled MPD will never amplify audio signal
# above its original level. If replaygain_limit is disabled such amplification # If replaygain_limit is enabled, MPD will use the peak from the
# might occur. By default this setting is enabled. # ReplayGain tags to minimize clipping. If replaygain_limit is
# disabled, MPD will allow clipping of some quiet tracks.
# By default, this setting is enabled.
# #
#replaygain_limit "yes" #replaygain_limit "yes"
# #