CUGL 2.1
Cornell University Game Library
|
Classes | |
class | ADPCMDecoder |
class | AudioDecoder |
class | AudioFader |
class | AudioInput |
class | AudioMixer |
class | AudioNode |
class | AudioNodeQueue |
class | AudioOutput |
class | AudioPanner |
class | AudioPlayer |
class | AudioRedistributor |
class | AudioResampler |
class | AudioScheduler |
class | AudioSpinner |
class | AudioSynchronizer |
class | FLACDecoder |
class | MP3Decoder |
class | OGGDecoder |
class | WAVDecoder |
struct | WaveFMT |
Typedefs | |
typedef struct cugl::audio::WaveFMT | WaveFMT |
The audio graph classes.
This internal namespace is for the audio graph clases. It was chosen to distinguish this graph from other graph class collections, such as the scene graph collections in scene2.
typedef struct cugl::audio::WaveFMT cugl::audio::WaveFMT |
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.