diff options
author | poljar (Damir Jelic) <poljarinho@gmail.com> | 2012-06-28 15:00:46 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-06-30 14:42:43 +0300 |
commit | dcf92db0c3a0ac6640cf2f03b024ac317003df7a (patch) | |
tree | 024fb660b0878dc1177f6fd89816e56a022b0a27 /man | |
parent | 529a5949fb8317ec4af7da23ab363119e56e1c27 (diff) |
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.
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 5670f4304..bae518c4d 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -173,6 +173,12 @@ USA. </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). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage |