mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-12 23:35:41 +01:00
The Advanced Linux Sound Architecture (ALSA) - utilities
d47938eab3
* * * 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. |
||
---|---|---|
alsactl | ||
alsamixer | ||
amixer | ||
aplay | ||
include | ||
utils | ||
acconfig.h | ||
ChangeLog | ||
configure.in | ||
COPYING | ||
cvscompile | ||
INSTALL | ||
install-sh | ||
Makefile.am | ||
missing | ||
mkinstalldirs | ||
README | ||
version |
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>