diff --git a/doc/user.xml b/doc/user.xml
index e5061f1ca..914a89620 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -770,36 +770,10 @@ systemctl start mpd.socket
- The following resamplers are available (if enabled at
- compile time):
+ Check the resampler plugin
+ reference for a list of resamplers.
-
-
-
- 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.
-
-
-
-
The setting samplerate_converter controls
how MPD shall resample music.
@@ -2331,6 +2305,41 @@ buffer_size: 16384
+
+ Resampler plugins
+
+
+ internal
+
+
+ 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.
+
+
+
+
+ libsamplerate
+
+
+ A resampler using libsamplerate
+ a.k.a. Secret Rabbit Code (SRC).
+
+
+
+
+ soxr
+
+
+ A resampler using libsoxr,
+ the SoX Resampler library
+
+
+
+
Output plugins