43 #define RIFF 0x46464952
44 #define WAVE 0x45564157
45 #define FMT 0x20746D66
46 #define DATA 0x61746164
52 #define WAV_PCM_CODE 1
56 #define WAV_OKI_ADPCM 16
57 #define WAV_DIGISTD 21
58 #define WAV_DIGIFIX 22
60 #define IBM_MULAW 0x0101
61 #define IBM_ALAW 0x0102
62 #define IBM_ADPCM 0x0103
unsigned short Encoding
Definition: wav.h:80
unsigned int Length
Definition: wav.h:93
unsigned int Frequency
1 = mono, 2 = stereo
Definition: wav.h:82
unsigned int Magic
Definition: wav.h:92
unsigned short Channels
1 = PCM
Definition: wav.h:81
unsigned short BitsPerSample
Bytes per sample block.
Definition: wav.h:85
unsigned short SampleSize
Average bytes per second.
Definition: wav.h:84
unsigned int ByteRate
One of 11025, 22050, or 44100 Hz.
Definition: wav.h:83