The Advanced Linux Sound Architecture (ALSA) - utilities
Find a file
erwin 588b3aa0ef aplay: Fix wav file not being split on 32 bit platforms
On my 32 bit armhf board arecord exits because of write() returning EFBIG
when the output file size reaches 2147483647 bytes.

To fix this, include generated header file before system header files
so that _FILE_OFFSET_BITS=64 is used properly, as required in documentation
"man feature_test_macros".

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-03-13 22:07:08 +01:00
alsa-info alsa-info: add ACPI device status 2017-01-10 09:09:57 +01:00
alsaconf alsaconf: update gentoo to use modprobe.d method as everyone else 2013-11-14 08:51:55 +01:00
alsactl alsactl: Only start restore service when asoundrc file exists 2017-12-14 11:24:40 +01:00
alsaloop alsaloop: fix a typo in the comparison 2018-02-05 09:40:41 +01:00
alsamixer alsamixer: include missing mixer_controls.h 2014-06-25 10:54:40 +02:00
alsaucm alsaucm: Add alsaucm.rst to EXTRA_DIST 2016-12-28 15:58:51 +01:00
amidi Change FSF address (Franklin Street) 2017-11-14 14:28:53 +01:00
amixer Change FSF address (Franklin Street) 2017-11-14 14:28:53 +01:00
aplay aplay: Fix wav file not being split on 32 bit platforms 2018-03-13 22:07:08 +01:00
bat alsabat: fix one uninitialized warning issue 2017-08-30 10:19:08 +02:00
iecset Change FSF address (Franklin Street) 2017-11-14 14:28:53 +01:00
include configure.in -> configure.ac rename 2014-05-07 10:55:59 +02:00
m4 Fix autoreconf 2005-08-19 13:07:45 +00:00
po update the gettext configuration 2014-05-07 10:55:58 +02:00
seq Change FSF address (Franklin Street) 2017-11-14 14:28:53 +01:00
speaker-test speaker-test: Refactor the tone-generator codes 2018-03-05 16:13:41 +01:00
topology alsatplg: fix topology compiler long option parsing 2017-06-14 13:57:21 +02:00
utils Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:17 +02:00
.gitignore Add alsaucm.1 to .gitignore 2016-12-09 17:24:14 +01:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:57:37 +00:00
ChangeLog update build tools. 2005-08-13 16:27:59 +00:00
configure.ac Release v1.1.5 2017-11-14 08:52:09 +01:00
COPYING Updated COPYING with the recent FSF address 2011-06-03 14:24:30 +02:00
gitcompile configure.in -> configure.ac rename 2014-05-07 10:55:59 +02:00
INSTALL alsactl: Move systemd unit start-up from basic.target to sound.target 2017-10-06 14:32:16 +02:00
Makefile.am BAT: Add Makefile and configures 2015-10-02 12:42:03 +02:00
README Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz 2007-10-15 10:25:17 +02:00
TODO aplay/arecord 2000-12-27 21:24:57 +00:00

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

This package contains the command line utilities for the ALSA project.
The package can be compiled only with the installed ALSA driver and
the ALSA C library.

alsaconf	- the ALSA driver configurator script
alsactl		- an utility for soundcard settings management
aplay/arecord	- an utility for the playback / capture of .wav,.voc,.au files
amixer		- a command line mixer
alsamixer	- a ncurses mixer
amidi		- a utility to send/receive sysex dumps or other MIDI data
iecset		- a utility to show/set the IEC958 status bits

You may give a look for more information about the ALSA project to URL
http://www.alsa-project.org.

					Jaroslav Kysela <perex@perex.cz>