pcm/SoxrResampler: allow multi-threaded resampling

This commit is contained in:
Max Kellermann
2015-01-21 20:33:13 +01:00
parent 80a7e1ea7d
commit 6cd5d73607
3 changed files with 13 additions and 1 deletions

View File

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