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:
poljar (Damir Jelic) 2012-06-28 15:00:46 +02:00 committed by Tanu Kaskinen
parent 529a5949fb
commit dcf92db0c3
2 changed files with 34 additions and 5 deletions

View file

@ -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).