diff options
author | Yanes Checcacci Balod <yanes@pobox.com> | 2014-04-24 17:20:34 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-04-27 12:18:16 -0500 |
commit | 439167b13392d202238e25c87cd0ea9e31ca4feb (patch) | |
tree | e436b31b56d420de79e378b39b45fb23d33edb80 /audio/volume.app/README | |
parent | 3bd30f3ac541a5d97a97ca6e3296afc77db0a568 (diff) |
audio/volume.app: Added (windowmaker volume control dockapp).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/volume.app/README')
-rw-r--r-- | audio/volume.app/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/audio/volume.app/README b/audio/volume.app/README new file mode 100644 index 0000000000000..56a635125db9b --- /dev/null +++ b/audio/volume.app/README @@ -0,0 +1,29 @@ +========================================================================== +Volume.app -- a simple windowmaker volume control dockapp +========================================================================== + +This is a simple volume control for the AfterStep / BlackBox / Window +Maker dock. Volume.app is intended to be an extremely simple, efficient, and +attractive interface to a system's sound mixer. + +Currently, only OSS mixer interface is supported. ALSA mixer can be used through +ALSA's OSS emulation. + + + +========================================================================== +NOTE1: look into "config.h.in" to set some options as needed; + +NOTE2: If the system is on "ALSA's OSS emulation" and the app didn't run OK, + remove the package and re-create it with those procedures: + + 'cat /proc/asound/oss/sndstat' and search the "Mixers" section. + locate the desired 'mixer number' and then modify file "config.h.in", + at "DEFAULT_MIXER_DEVICE" parameter. Then, re-create the package. + + Eg: if desired mixer is "2", modify "config.h.in" as below: + + DEFAULT_MIXER_DEVICE "/dev/mixer" + ( to ) + DEFAULT_MIXER_DEVICE "/dev/mixer2" +========================================================================== |