WAVDecoder

Use both for scanning and decoding

Constructors

this
this(IOCallbacks* io, void* userData)
Undocumented in source.

Members

Functions

readSamples
int readSamples(float* outData, int maxFrames)
Undocumented in source. Be warned that the author may not have intended to support it.
scan
void scan()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_audioFormat
int _audioFormat;
Undocumented in source.
_bytePerSample
int _bytePerSample;
Undocumented in source.
_channels
int _channels;
Undocumented in source.
_framePosition
uint _framePosition;
Undocumented in source.
_lengthInFrames
uint _lengthInFrames;
Undocumented in source.
_sampleRate
int _sampleRate;
Undocumented in source.
_samplesOffsetInFile
long _samplesOffsetInFile;
Undocumented in source.

Meta