Namespaces | |
namespace | cinder |
namespace | cinder::audio |
Enumerations | |
enum | { cinder::audio::WAV_FORMAT_UNKOWN = 0x000, cinder::audio::WAV_FORMAT_PCM = 0x0001, cinder::audio::WAV_FORMAT_MS_ADPCM = 0x0002, cinder::audio::WAV_FORMAT_IEEE_FLOAT = 0x0003, cinder::audio::WAV_FORMAT_ALAW = 0x0006, cinder::audio::WAV_FORMAT_MULAW = 0x0007, cinder::audio::WAV_FORMAT_DIALOGIC_OKI_ADPCM = 0x0011, cinder::audio::WAV_FORMAT_YAMAHA_ADPCM = 0x0016, cinder::audio::WAV_FORMAT_GSM610 = 0x0031, cinder::audio::WAV_FORMAT_G721_ADPCM = 0x0040, cinder::audio::WAV_FORMAT_MPEG = 0x0050, cinder::audio::WAV_FORMAT_MP3 = 0x0055 } |
Functions | |
template<typename T > | |
void | cinder::audio::readStreamWithEndianess (IStreamRef aIStream, T *param, bool isBigEndian) |
Variables | |
const uint32_t | cinder::audio::gRiffMarker = 'FFIR' |
const uint32_t | cinder::audio::gRifxMarker = 'XFIR' |
const uint32_t | cinder::audio::gWaveMarker = 'EVAW' |
const uint32_t | cinder::audio::gDataMarker = 'atad' |
const uint32_t | cinder::audio::gFmtMarker = ' tmf' |