blob: 56a635125db9b18b8660774a17a1b48ef472a8d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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"
==========================================================================
|