The Advanced Linux Sound Architecture (ALSA) - utilities
Find a file
Tim Janik d47938eab3 * Sun Feb 21 02:23:52 1999 Tim Janik <timj@gtk.org>
*
 *      * don't abort if snd_mixer_* functions failed due to EINTR,
 *      we simply retry on the next cycle. hopefully asoundlib preserves
 *      errno states correctly (Jaroslav can you asure that?).
 *
 *      * feature WINCH correctly, so we make a complete relayout on
 *      screen resizes. don't abort on too-small screen sizes anymore,
 *      but simply beep.
 *
 *      * redid the layout algorithm to fix some bugs and to preserve
 *      space for a flag indication line. the channels are
 *      nicer spread horizontally now (i.e. we also pad on the left and
 *      right screen bounds now).
 *
 *      * various other minor fixes.
 *
 *      * indicate whether ExactMode is active or not.
 *
 *      * fixed coding style to follow the GNU coding conventions.
 *
 *      * reverted record volume changes since they broke ExactMode display.
 *
 *      * composed ChangeLog entries.
1999-02-21 04:41:27 +00:00
alsactl Changes for record volume... 1999-02-15 15:42:34 +00:00
alsamixer * Sun Feb 21 02:23:52 1999 Tim Janik <timj@gtk.org> 1999-02-21 04:41:27 +00:00
amixer Convert alsa-utils to use automake 1999-01-30 19:12:34 +00:00
aplay Added '-' file as stdin/stdout.. 1999-02-10 10:06:34 +00:00
include Convert alsa-utils to use automake 1999-01-30 19:12:34 +00:00
utils Next updates for automake.. 1999-01-31 13:15:00 +00:00
acconfig.h Convert alsa-utils to use automake 1999-01-30 19:12:34 +00:00
ChangeLog 0.2.0 ... 1998-11-15 15:34:33 +00:00
configure.in Convert alsa-utils to use automake 1999-01-30 19:12:34 +00:00
COPYING Initial revision 1998-08-13 15:43:39 +00:00
cvscompile ACLOCAL_FLAGS + arguments 1999-02-17 09:45:08 +00:00
INSTALL Initial version.. 1999-01-18 22:14:03 +00:00
install-sh Initial revision 1998-08-13 15:43:39 +00:00
Makefile.am Added extra dist.. 1999-01-31 13:25:02 +00:00
missing Added. 1999-01-31 13:21:40 +00:00
mkinstalldirs Added 1999-01-31 13:22:35 +00:00
README Initial revision 1998-08-13 15:43:39 +00:00
version 0.3.0pre3 1999-01-24 17:01:29 +00:00

		Advanced Linux Sound Architecture - Utilities
		=============================================

This packages contains command line utilities for the ALSA project.
Package should be compiled only with installed ALSA driver and
ALSA C library.

aplay/arecord	- utility for playback / record of .wav,.voc,.au files
amixer		- a command line mixer
alsamixer	- ncurses mixer

You should look for more info about ALSA project to http://alsa.jcu.cz.

					Jaroslav Kysela <perex@jcu.cz>