update man pages a bit
authorLennart Poettering <lennart@poettering.net>
Wed, 21 Nov 2007 23:03:19 +0000 (23:03 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 21 Nov 2007 23:03:19 +0000 (23:03 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2070 fefdeb5f-60dc-0310-8127-8f9354f1896f

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

index e02ad66..748d136 100644 (file)
@@ -145,6 +145,31 @@ USA.
       <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">
index 88bf8f5..2768e24 100644 (file)
@@ -102,6 +102,12 @@ USA.
     </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