]> code.delx.au - pulseaudio/blobdiff - doc/cli.html.in
add documentation for the new RTP modules
[pulseaudio] / doc / cli.html.in
index 49e568f8fcae3de4121c9e3aedd41d3b44c75842..0db96c36609587dbf3ae49d4222d4e05ba9619f9 100644 (file)
@@ -68,13 +68,19 @@ returned by <tt>modules</tt>.</p>
 
 <h2>Configuration Commands</h2>
 
-<h3><tt>set-sink-volume</tt></h3>
+<h3><tt>set-sink-volume</tt>/<tt>set-source-volume</tt></h3>
 
-<p>Set the volume of the specified sink. You may specify the sink either
-by its index in the sink list or by its name. The volume should be an
-integer value greater or equal than 0 (= muted). Volume 256
-(<tt>0x100</tt>) is normal volume, values greater than this amplify
-the audio signal with clipping.</p>
+<p>Set the volume of the specified sink or source. You may specify the sink/source either
+by its index in the sink/source list or by its name. The volume should be an
+integer value greater or equal than 0 (= muted). Volume 65536
+(<tt>0x10000</tt>) is normal volume, values greater than this amplify
+the audio signal (with clipping).</p>
+
+<h3><tt>set-sink-mute</tt>/<tt>set-source-mute</tt></h3>
+
+<p>Mute or unmute the specified sink our source. You may specify the
+sink/source either by its index or by its name. The mute value is
+either 0 or 1.</p>
 
 <h3><tt>set-sink-input-volume</tt></h3>
 
@@ -112,6 +118,12 @@ immediately. The sample is loaded only when it is first used. After a
 certain idle time it is freed again. Expects the the desired sample
 name and file name to load as arguments.</p>
 
+<h3><tt>load-sample-dir-lazy</tt></h3>
+
+<p>Load all entries in the specified directory into the sample cache
+as lazy entries. A shell globbing expression (e.g. <tt>*.wav</tt>) may
+be appended to the path of the directory to add.</p>
+
 <h2>Module Autoloading</h2>
 
 <h3><tt>list-autoload</tt></h3>
@@ -203,6 +215,6 @@ play-file /usr/share/sounds/startup3.wav combined
 </pre>
 
 <hr/>
-<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2004</address>
+<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, April 2006</address>
 <div class="grey"><i>$Id$</i></div>
 </body> </html>