summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-23 15:47:11 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-23 15:47:11 +0000
commit03ee5e2b445becf823dc4dd3db1599849e8c6c06 (patch)
tree4ae13b6771d823442d4043f6355503906fa14207 /doc
parent370ff1d7cd2468c0d776bd43aa81d2d3c3a63e4a (diff)
add support for capabilities
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@233 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'doc')
-rw-r--r--doc/modules.html.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules.html.in b/doc/modules.html.in
index 6967b2a1..00fe3388 100644
--- a/doc/modules.html.in
+++ b/doc/modules.html.in
@@ -106,8 +106,8 @@ resampling required for this may be very CPU intensive.</p>
<tr><td><tt>sink_name=</tt></td><td>The name for the combined sink. (defaults to <tt>combined</tt>)</td></tr>
<tr><td><tt>master=</tt></td><td>The name of the first sink to link into the combined think. The sample rate/type is taken from this sink.</td></tr>
<tr><td><tt>slaves=</tt></td><td>Name of additional sinks to link into the combined think, seperated by commas.</td></tr>
- <tr><td><tt>adjust_time=</td><td>Time in seconds when to readjust the sample rate of all sinks. (defaults to 20)</td></tr>
- <tr><td><tt>resample_method=</td><td>Resampling algorithm to
+ <tr><td><tt>adjust_time=</tt></td><td>Time in seconds when to readjust the sample rate of all sinks. (defaults to 20)</td></tr>
+ <tr><td><tt>resample_method=</tt></td><td>Resampling algorithm to
use. See <tt>libsamplerate</tt>'s documentation for more
information. Use one of <tt>sinc-best-quality</tt>,
<tt>sinc-medium-quality</tt>, <tt>sinc-fastest</tt>,