
Linux Audio Mixer Version 0.01 (aumix.c)
========================================

This is an audio mixer for Linux which has a somewhat nicer interface. The
interface is done with the ncurses library, so you need to have ncurses
installed in order to use this program. You also need a Linux kernel with
the sound driver (1.99.8 or newer) compiled in. Much of the code is taken
from mixer.c distributed with the sndkit 1.99.8, so I ought to thank the
author of mixer.c for this. I only tested it on a color display (a VGA),
so I don't know if it will work on a mono display or not.

NOTE!	If you have a SB Pro, you will need to change the definition
	of INCREMENT in the aumix.c. A suitable value is 4.
	Changing the mic level of SB Pro doesn't work yet.

	If there is no has_colors() function in your ncurses library,
	just remove the test where it is called.

Features:
	Colorful interface with sliding volume control, etc.


Comments and bug reports welcome.

- Savio Lam (lam836@cs.cuhk.hk)
