From 52acea7b1f8fa38ed884acfafe593d1494ade4c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 22 Jan 2015 11:04:21 +0100 Subject: doc/user: move resampler list to the plugin reference section --- doc/user.xml | 67 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 29 deletions(-) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index e5061f1ca..914a89620 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -770,35 +770,9 @@ systemctl start mpd.socket - The following resamplers are available (if enabled at - compile time): - - - - - - libsamplerate - a.k.a. Secret Rabbit Code (SRC). - - - - - - libsoxr, - the SoX Resampler library - - - - - - internal: low CPU usage, but very poor quality. This is - the fallback if MPD was - compiled without an external resampler. - - - + Check the resampler plugin + reference for a list of resamplers. + The setting samplerate_converter controls @@ -2331,6 +2305,41 @@ buffer_size: 16384 +
+ Resampler plugins + +
+ <varname>internal</varname> + + + A resampler built into MPD. Its + quality is very poor, but its CPU usage is low. This is the + fallback if MPD was compiled + without an external resampler. + +
+ +
+ <varname>libsamplerate</varname> + + + A resampler using libsamplerate + a.k.a. Secret Rabbit Code (SRC). + +
+ +
+ <varname>soxr</varname> + + + A resampler using libsoxr, + the SoX Resampler library + +
+
+
Output plugins -- cgit v1.2.3