aboutsummaryrefslogtreecommitdiff
path: root/doc/mpdconf.example
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2007-02-02 03:51:07 +0000
committerAvuton Olrich <avuton@gmail.com>2007-02-02 03:51:07 +0000
commit79ef8ba2480eef73d5863945e270c539e7b4aac6 (patch)
treeb94bfd1ebf394208ee0c5f4bfc9ad2008b00771f /doc/mpdconf.example
parent96c5976cccf61e0310879e69f51ba235e6b1729d (diff)
Add libsamplerate support, old resampling is still an option, but this sounds much better for those who need it and don't want to use pulseaudio. Reviewed by shank/avuton.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5316 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpdconf.example')
-rw-r--r--doc/mpdconf.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example
index c7a29421..20ab89ec 100644
--- a/doc/mpdconf.example
+++ b/doc/mpdconf.example
@@ -123,6 +123,12 @@ 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.
+#
+#samplerate_converter <integer or prefix>
+#
+
################################################################