aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-02-13 22:31:47 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-02-13 22:31:47 +0000
commitea3d38e0060eb67b8ba382f696092adf1fd663bc (patch)
tree49039c5fa80ead34627e44ce0ceda319dc249fb3 /doc/mpdconf.example
parentb54c7c64c00dca82a5a1699140ec828343be0cbf (diff)
Tidying up libsamplerate example in mpdconf.example.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5333 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index 20ab89ec..c2de8ec7 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -123,12 +123,13 @@ error_file "~/.mpd/mpd.error"
#
#audio_output_format "44100:16:2"
#
-# Specifies the libsamplerate converter to use (if compiled in),
-# see man 5 mpd.conf for more information.
+# If MPD has been compiled with libsamplerate support, this
+# specifies the sample rate converter to use. Possible
+# values can be found in the mpd.conf man page or the
+# libsamplerate documentation.
#
-#samplerate_converter <integer or prefix>
+#samplerate_converter "Fastest Sinc Interpolator"
#
-
################################################################