carb::audio::SoundData

Defined in carb/audio/IAudioData.h

struct SoundData

a buffer of sound data.

This includes all of the information about the data’s format and the sound data itself. This data may be in a decoded PCM stream or an encoded/compressed format. Note that much of the information in this object can be accessed through the IAudioData interface. This includes (but is not limited to) extra decoding information about the compression format.