Wave

Undocumented in source.

Members

Variables

channels
uint channels;

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

data
void* data;

Buffer data pointer

frameCount
uint frameCount;

Total number of frames (considering channels)

sampleRate
uint sampleRate;

Frequency (samples per second)

sampleSize
uint sampleSize;

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

Meta