aboutsummaryrefslogtreecommitdiffstats
path: root/pulsemix.1
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-08-13 16:51:11 -0400
committerDave Reisner <dreisner@archlinux.org>2012-08-13 16:51:11 -0400
commit58ffb2e6f35ae2528d55ce92f79b42b8bc17be9c (patch)
tree54629bfd4189d500942a5de72c8209174a579c0f /pulsemix.1
parentc874ebb5389424e2d04be0c64350c9146b8f8d49 (diff)
downloadmirror-ponymix-58ffb2e6f35ae2528d55ce92f79b42b8bc17be9c.tar.gz
mirror-ponymix-58ffb2e6f35ae2528d55ce92f79b42b8bc17be9c.tar.bz2
mirror-ponymix-58ffb2e6f35ae2528d55ce92f79b42b8bc17be9c.zip
add adj-balance verb for incremental balance changes
This is useful if you ever wanted to script balance adjustment, since it would otherwise require 2 invocations (get + set).
Diffstat (limited to 'pulsemix.1')
-rw-r--r--pulsemix.14
1 files changed, 4 insertions, 0 deletions
diff --git a/pulsemix.1 b/pulsemix.1
index f06e9b7..3665078 100644
--- a/pulsemix.1
+++ b/pulsemix.1
@@ -39,6 +39,10 @@ Get the balance of the target.
.IP "\fBset-balance\fR \fIVALUE\fR"
Set the balance of the target. VALUE is an integer from -100 (all left) to 100
(all right).
+.IP "\fBadj-balance\fR \fIVALUE\fR"
+Adjust balance by the integer increment VALUE. The resulting balance has the same
+bounds as those set by \fBset-balance\fR. The end-of-options indicator (\fI--\fR) is
+required when passing a negative increment.
.IP "\fBincrease\fR \fIVALUE\fR"
Increase the volume percentage of target device or application by integer
VALUE. Increasing the volume in this way is capped at 100.