CUGL 2.0
Cornell University Game Library
Classes | Typedefs
cugl::audio Namespace Reference

Classes

class  ADPCMDecoder
 
class  AudioDecoder
 
class  AudioFader
 
class  AudioInput
 
class  AudioMixer
 
class  AudioNode
 
class  AudioNodeQueue
 
class  AudioOutput
 
class  AudioPanner
 
class  AudioPlayer
 
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
 

Detailed Description

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 Documentation

◆ 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.