miqser
Miqser is a small (mini) mixer device controller. It is written in ANSI C and is somewhat configurable by editing the #define's in miqser.c. Miqser is distributed under the BSD license (clause is in miqser.c).
- usage
- ./miqser [-|+|n] [device]
as first argument miqser accept either -, + or a positive integer value. if - is passed the current volume will be decreased by DEFAULT_VOLUME_STEP if + is passed the current volume will be increased by DEFAULT_VOLUME_STEP if an integer is passed miqser will set that value as current volume. if nothing is passed miqser will set DEFAULT_VOLUME as current volume.
as a second (also optional) parameter miqser accepts a string to be treated as the mixer device. If nothing is passed DEFAULT_DEVICE will be used (/dev/mixer).
FAQ.
Q. Why yet another mixer[tm]? There are 1000s out there
and miqser doesnt do anything new.
- I needed one and wanted to write it by myself, for myself.
- It doesn't compile, moron.
- Okay, first make sure you use gmake (i will fix this someday) if it still won't build mail me system specs, compiler version and errors. (of course patches are welcome too)
/ Joel Carlbark
skypher at linuxmail dot org
