doc/mpdconf.example: move "replaygain_limit" to user.rst

This commit is contained in:
Max Kellermann 2024-04-15 18:53:16 +02:00
parent 3145b10f51
commit 60fae87e59
2 changed files with 5 additions and 10 deletions

View File

@ -382,16 +382,6 @@ input {
#
#replaygain "album"
#
# 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.
# By default, this setting is enabled.
#
#replaygain_limit "yes"
#
###############################################################################
# Character Encoding ##########################################################

View File

@ -686,6 +686,11 @@ On songs without ReplayGain tags, the setting
configured, then no ReplayGain is applied to such songs, and they will
appear too loud.
The setting ``replaygain_limit`` enables or disables ReplayGain
limiting. When enabled (the default), MPD will use the peak from the
ReplayGain tags to minimize clipping; disabling it will allow clipping
of some quiet tracks.
ReplayGain is usually implemented with a software volume filter (which
prevents `Bit-perfect playback`_). To use a hardware mixer, set
``replay_gain_handler`` to ``mixer`` in the ``audio_output`` section