_WavHeader
Default mainpageat91libutility_WavHeader
Description Public Protected Private Related All Inheritance Collaboration
 Show all inherited
Attributes Brief description
 audioFormat PCM = 1 (i.e.
 bitsPerSample 8 bits = 8, 16 bits = 16, etc.
 blockAlign NumChannels * BitsPerSample/8.
 byteRate SampleRate * NumChannels * BitsPerSample/8.
 chunkID Contains the letters "RIFF" in ASCII form.
 chunkSize Size of the rest of the chunk following this number.
 format Contains the letters "WAVE".
 numChannels Mono = 1, Stereo = 2, etc.
 sampleRate 8000, 44100, etc.
 subchunk1ID Contains the letters "fmt ".
 subchunk1Size 16 for PCM.
 subchunk2ID Contains the letters "data".
 subchunk2Size Number of bytes in the data.