Tidying up libsamplerate example in mpdconf.example.

git-svn-id: https://svn.musicpd.org/mpd/trunk@5333 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2007-02-13 22:31:47 +00:00
parent b54c7c64c0
commit ea3d38e006
1 changed files with 5 additions and 4 deletions

View File

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