From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH] Support for playing WAV files with "extensible format" header using aplay. Date: Thu, 06 Mar 2008 17:30:10 +0100 Message-ID: References: <1204814083.22735.15.camel@bri1004.bri.st.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id E04131038E8 for ; Thu, 6 Mar 2008 17:30:11 +0100 (CET) In-Reply-To: <1204814083.22735.15.camel@bri1004.bri.st.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Pawel MOLL Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Thu, 06 Mar 2008 14:34:43 +0000, Pawel MOLL wrote: > > 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 Applied to HG tree. Thanks. Takashi