[pulseaudio-commits] r2070 - in /trunk/man: pacat.1.xml.in pulse-daemon.conf.5.xml.in

svnmailer-noreply at 0pointer.de svnmailer-noreply at 0pointer.de
Wed Nov 21 15:03:21 PST 2007


Author: lennart
Date: Thu Nov 22 00:03:19 2007
New Revision: 2070

URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2070&root=pulseaudio&view=rev
Log:
update man pages a bit

Modified:
    trunk/man/pacat.1.xml.in
    trunk/man/pulse-daemon.conf.5.xml.in

Modified: trunk/man/pacat.1.xml.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/man/pacat.1.xml.in?rev=2070&root=pulseaudio&r1=2069&r2=2070&view=diff
==============================================================================
--- trunk/man/pacat.1.xml.in (original)
+++ trunk/man/pacat.1.xml.in Thu Nov 22 00:03:19 2007
@@ -145,6 +145,31 @@
       <opt>aux31</opt>.</p></optdesc>
     </option>
 
+    <option>
+      <p><opt>--fix-format</opt></p>
+      <optdesc><p>If passed, the sample format of the stream is changed to the native format of the sink the stream is connected to.</p></optdesc>
+    </option>
+
+    <option>
+      <p><opt>--fix-rate</opt></p>
+      <optdesc><p>If passed, the sampling rate of the stream is changed to the native rate of the sink the stream is connected to.</p></optdesc>
+    </option>
+
+    <option>
+      <p><opt>--fix-channels</opt></p>
+      <optdesc><p>If passed, the number of channels and the channel map of the stream is changed to the native number of channels and the native channel map of the sink the stream is connected to.</p></optdesc>
+    </option>
+
+    <option>
+      <p><opt>--no-remix</opt></p>
+      <optdesc><p>Never upmix or downmix channels.</p></optdesc>
+    </option>
+
+    <option>
+      <p><opt>--no-remap</opt></p>
+      <optdesc><p>Never remap channels. Instead of mapping channels by their name this will match them solely by their index/order.</p></optdesc>
+    </option>
+
   </options>
 
   <section name="Authors">

Modified: trunk/man/pulse-daemon.conf.5.xml.in
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/man/pulse-daemon.conf.5.xml.in?rev=2070&root=pulseaudio&r1=2069&r2=2070&view=diff
==============================================================================
--- trunk/man/pulse-daemon.conf.5.xml.in (original)
+++ trunk/man/pulse-daemon.conf.5.xml.in Thu Nov 22 00:03:19 2007
@@ -102,6 +102,12 @@
     </option>
 
     <option>
+      <p><opt>disable-remixing=</opt> Never upmix or downmix channels
+      to different channel maps. Instead, do a simple name-based
+      matching only.</p>
+    </option>
+
+    <option>
       <p><opt>use-pid-file=</opt> Create a PID file in
       <file>/tmp/pulse-$USER/pid</file>. Of this is enabled you may
       use commands like <opt>--kill</opt> or <opt>--check</opt>. If




More information about the pulseaudio-commits mailing list