mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pactl: Add set-latency-offset command.
This introduces a new command to allow setting the latency offset. Also the card list command now shows the latency offset on the ports.
This commit is contained in:
parent
529a5949fb
commit
dcf92db0c3
2 changed files with 34 additions and 5 deletions
|
|
@ -172,6 +172,12 @@ USA.
|
|||
<optdesc><p>Set the specified source (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>set-port-latency-offset</opt> <arg>CARD</arg> <arg>PORT</arg> <arg>OFFSET</arg></p>
|
||||
<optdesc><p>Set a latency offset to a specified port (identified by its symbolic name) that belongs to a card (identified by its symbolic name or numerical index).
|
||||
<arg>OFFSET</arg> is a number which represents the latency offset in microseconds</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>set-sink-volume</opt> <arg>SINK</arg> <arg>VOLUME</arg></p>
|
||||
<optdesc><p>Set the volume of the specified sink (identified by its symbolic name or numerical index).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue