]> git.alsa-project.org Git - alsa-utils.git/commit
Support for playing WAV files with "extensible format" header using aplay.
authorPawel MOLL <pawel.moll@st.com>
Thu, 6 Mar 2008 16:34:21 +0000 (17:34 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 6 Mar 2008 16:34:21 +0000 (17:34 +0100)
commit4bdb0adef1ab8f613c30597d5c16d3ade9719912
treebd95ef1be93c2334044714ccfe36683500099c12
parent8e2046bed5a597ca2f96aa8edc43f8f2fac6f7b2
Support for playing WAV files with "extensible format" header using aplay.

WAV files with more than 2 channels or with more than 16 bits per samples
can be saved with "extensible format" chunk
(see http://msdn2.microsoft.com/en-us/library/ms713496(VS.85).aspx).
For instance, sox, when converting data to 24- or 32-bits per sample format
uses this format, and aplay was unable to play such file. Now the problem
is solved :-)

Signed-off-by: Pawel MOLL <pawel.moll@st.com>
aplay/aplay.c
aplay/formats.h