![]() |
CUGL 1.2
Cornell University Game Library
|
#include <CUWAVDecoder.h>
Public Attributes | |
Uint16 | encoding |
Uint16 | channels |
Uint32 | frequency |
Uint32 | byterate |
Uint16 | blockalign |
Uint16 | bitspersample |
This struct contains the RIFF information at the start of a WAVE file
Normally, this is stored in the first three chunks at the start of a WAVE file.
Uint16 cugl::audio::WaveFMT::channels |
The number of channels (1 = mono, 2 = stereo)
Uint16 cugl::audio::WaveFMT::encoding |
The encoding type (PCM, IEEE, MS ADPCM, IMA ADPCM)