AudioStream

Undocumented in source.

Members

Variables

buffer
rAudioBuffer* buffer;

Pointer to internal data used by the audio system

channels
uint channels;

Number of channels (1-mono, 2-stereo, ...)

sampleRate
uint sampleRate;

Frequency (samples per second)

sampleSize
uint sampleSize;

Bit depth (bits per sample): 8, 16, 32 (24 not supported)

Meta