diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-02-13 22:31:47 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-02-13 22:31:47 +0000 |
commit | ea3d38e0060eb67b8ba382f696092adf1fd663bc (patch) | |
tree | 49039c5fa80ead34627e44ce0ceda319dc249fb3 | |
parent | b54c7c64c00dca82a5a1699140ec828343be0cbf (diff) | |
download | mpd-ea3d38e0060eb67b8ba382f696092adf1fd663bc.tar.gz mpd-ea3d38e0060eb67b8ba382f696092adf1fd663bc.tar.xz mpd-ea3d38e0060eb67b8ba382f696092adf1fd663bc.zip |
Tidying up libsamplerate example in mpdconf.example.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5333 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | doc/mpdconf.example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 20ab89ec4..c2de8ec7b 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" # - ################################################################ |