diff options
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" +========================================================================== |