From 439167b13392d202238e25c87cd0ea9e31ca4feb Mon Sep 17 00:00:00 2001 From: Yanes Checcacci Balod Date: Thu, 24 Apr 2014 17:20:34 +0700 Subject: audio/volume.app: Added (windowmaker volume control dockapp). Signed-off-by: Willy Sudiarto Raharjo --- audio/volume.app/README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 audio/volume.app/README (limited to 'audio/volume.app/README') diff --git a/audio/volume.app/README b/audio/volume.app/README new file mode 100644 index 0000000000..56a635125d --- /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" +========================================================================== -- cgit v1.2.3-80-g2a13