PCM8.Sample

Defines a single sample.

Members

Functions

samplesLength
size_t samplesLength()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

decode
DecodeFunc decode;

Points to the decoder function

format
WaveFormat format;

Stores what kind of format the sample has

sampleData
ubyte[] sampleData;

Stores sample data, which later can be decompressed

Meta