Extracting Raw PCM data from .wav file
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.
.
Relevant Pages
- Extracting Raw PCM data from .wav file
... I want to extract Raw PCM data from .wav file, ... RIFF format for .wave files ... (comp.dsp) - Re: How do I convert music from a cd or mpeg into a wav file?
... to wave (small filesize, for example 3,65MB mp3>3,65MB wave. ... RIP your CD into MP3 or WMA format, which you can use in PowerPoint. ... http://audacity.sourceforge.net/ Keeping in mind that your WAV file cannot ... (microsoft.public.powerpoint) - Re: about wave
... level" the user set with a slider. ... >>I want to combine two or more wave files into a .wave file,and play it. ... >> I read the document about .wav file format,and find it is complex. ... MVP Tips: http://www.flounder.com/mvp_tips.htm ... (microsoft.public.vc.mfc) - Re: Extracting Raw PCM data from .wav file
... I want to extract Raw PCM data from .wav file, ... RIFF format for .wave files ... also can any one have link/code for extracting Raw PCM from .WAVE format? ... (comp.dsp) - Re: TAPI & Dialogic D/4 PCI returns LINEERR_NODEVICE when doing a lineGetiD with device class of
... Is there a Dialogic wave drivers which needs to be installed and/or ... I have no idea if Dialogic supports a wave device on a call or line ... when it is connected (and they support call based) then that should be ... > I need some help in playing a wav file on a Dialogic D/4 PCI. ... (microsoft.public.win32.programmer.tapi) |
|