mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
pacmd: Add functions to handle the latency offset
pacmd was extended so it can handle the new latency offset. A new function was added so we can set the latency also the list commands were extended to print the latency offset on the ports.
This commit is contained in:
parent
eebdda456b
commit
7688e64739
3 changed files with 52 additions and 2 deletions
|
|
@ -73,6 +73,7 @@ static void help(const char *argv0) {
|
|||
printf("%s %s %s\n", argv0, "suspend", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-card-profile", _("CARD PROFILE"));
|
||||
printf("%s %s %s\n", argv0, "set-(sink|source)-port", _("NAME|#N PORT"));
|
||||
printf("%s %s %s\n", argv0, "set-port-latency-offset", _("CARD-NAME|CARD-#N PORT OFFSET"));
|
||||
printf("%s %s %s\n", argv0, "set-log-level", _("NUMERIC LEVEL"));
|
||||
printf("%s %s %s\n", argv0, "set-log-meta", _("1|0"));
|
||||
printf("%s %s %s\n", argv0, "set-log-time", _("1|0"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue