aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-21 20:33:13 +0100
committerMax Kellermann <max@duempel.org>2015-01-22 11:37:18 +0100
commit6cd5d7360759fdfb3021195134299a5151551ffb (patch)
treeca3bb91a1e4b616b37917906a2412daa67718e51 /doc
parent80a7e1ea7dae1968b1f7dee739adec91692beba8 (diff)
downloadmpd-6cd5d7360759fdfb3021195134299a5151551ffb.tar.gz
mpd-6cd5d7360759fdfb3021195134299a5151551ffb.tar.xz
mpd-6cd5d7360759fdfb3021195134299a5151551ffb.zip
pcm/SoxrResampler: allow multi-threaded resampling
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 310b50d53..3fe293ab9 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -2392,6 +2392,17 @@ buffer_size: 16384</programlisting>
</itemizedlist>
</entry>
</row>
+
+ <row>
+ <entry>
+ <varname>threads</varname>
+ </entry>
+ <entry>
+ The number of <application>libsoxr</application>
+ threads. "0" means "automatic". The default is "1"
+ which disables multi-threading.
+ </entry>
+ </row>
</tbody>
</tgroup>
</informaltable>