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

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