From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juhana Sadeharju Date: Sun, 24 Oct 1999 23:26:21 +0000 Subject: Re: streaming from disk to terminatorX added (via mmap) Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sound@vger.kernel.org >From: Benno Senoner > >- the 44byte WAV header isn't skipped I suggest the full parse of WAV file because some editors put extra chunks to end. Actually a full parse is not needed because we need just to find the offset and length for mmapping, but don't just skip! Yours, Juhana