SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

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.

  1. I needed one and wanted to write it by myself, for myself.
  2. It doesn't compile, moron.
  3. 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


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.