aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-22 00:53:37 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-22 00:53:37 +0000
commitcf90f8194fdcf4b7d3234453da00f8f3b88e54c9 (patch)
tree171cf6dc76a024d6efeea52082bdbfb12075c765 /doc/mpdconf.example
parentc4d1344f8c9ca6398317135173a01d423d315f63 (diff)
Adding on the fly volume normalization support. Code originally from mplayer, ported by syscrash, cleaned up by avuton, and further cleaned up by me (jat).
git-svn-id: https://svn.musicpd.org/mpd/trunk@4424 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 1dcfdf68..8f77a4ac 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -126,7 +126,7 @@ pid_file "~/.mpd/mpd.pid"
##########################################################
-################# REPLAYGAIN #############################
+################# Normalization ##########################
#
# Use Replay Gain (album or track)
# http://www.replaygain.org
@@ -138,6 +138,13 @@ pid_file "~/.mpd/mpd.pid"
#
#replaygain_preamp "0"
#
+# Normalization increases the amplitude of the audio
+# waveform to the maximum level without introducing any
+# distortion into the recording. This option will
+# normalize when replaygain is not on, utilizing the
+# CPU for calculation.
+#
+#volume_normalization "yes"
##########################################################