mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
update man pages a bit
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2070 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
40db06de5f
commit
6b932f0a50
2 changed files with 31 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -101,6 +101,12 @@ USA.
|
|||
overwrite or allow overwriting of the resampler to use.</p>
|
||||
</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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue