- USAGE
-
volumecontrol args
- if no args are given, the gui opens
- if an arg is given, the gui will not open
- args are as follows: number, command, command number
- number is the level you want
- commands: load, save, pcm, cd, mic, line, speaker, list, mute
- list command outputs to stdio the current levels
- load command loads levels from the .mixrc file
- mute command sets all output levels to 0
- save command saves the current levels to the .mixrc file
- speaker, line, mic, pcm, cd commands set level for these instead of master
- number with no command sets level of master
- these commands should be followed by the number you want to set that level to
This version requires the following:
* Gtk (and it's dependencies)
* OSS or ALSA with /dev/mixer compatibility (OSS emulation)
Version 1.0 will have OSS and ALSA support (without OSS emulation)
TODO:
- add ALSA support.
- add support for volume level themes (loaded from a file)
