Extracting Raw PCM data from .wav file
- From: "jadhav_rahul" <rahul.jadhav@xxxxxxxxxxxxx>
- Date: Fri, 29 Aug 2008 05:06:26 -0500
Hi all,
I want to extract Raw PCM data from .wav file, I have gone through
RIFF format for .wave files
RIFF( 'WAVE'
<fmt-ck> // Format
[<fact-ck>] // Fact chunk
[<cue-ck>] // Cue points
[<playlist-ck>] // Playlist
[<assoc-data-list>] //Associated data list
<wave-data> ) // Wave data
i am not getting information about how to decide whether optional field
(in [ ] ) are being used or not? or they are not for .wave ?
also can any one have link/code for extracting Raw PCM from .WAVE format?
Thanks in Advance,
Rahul.
.
- Follow-Ups:
- Re: Extracting Raw PCM data from .wav file
- From: rajesh
- Re: Extracting Raw PCM data from .wav file
- Prev by Date: gamnitude range of a cepstrum
- Next by Date: Re: gamnitude range of a cepstrum
- Previous by thread: Extracting Raw PCM data from .wav file
- Next by thread: Re: Extracting Raw PCM data from .wav file
- Index(es):
Relevant Pages
|