diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2015-02-23 22:25:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-23 22:50:49 +0700 |
commit | 8532c7bb722cfcc71d752a173ca69a26e1439198 (patch) | |
tree | 96a4473b38ede426dff4832f332b862dcd61d8b2 /audio/ponymix/README | |
parent | 423ce1420769a5dbe9da7ea7001bcf8ae5b71ad5 (diff) | |
download | slackbuilds-8532c7bb722cfcc71d752a173ca69a26e1439198.tar.gz |
audio/ponymix: Added (PulseAudio CLI mixer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ponymix/README')
-rw-r--r-- | audio/ponymix/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/ponymix/README b/audio/ponymix/README new file mode 100644 index 0000000000..82a261812e --- /dev/null +++ b/audio/ponymix/README @@ -0,0 +1,12 @@ +Ponymix is a command line mixer for PulseAudio. + +Typical usage might entail +1. listing available devices: + ponymix list +2. setting a default device: + ponymix -d <YOUR DEVICE HERE> set-default +3. checking which is the default device: + ponymix defaults + +For full usage details, use: + ponymix help |