- calcParams
void calcParams()
recalculate some parameters after format change or after generation
- generateSilence
void generateSilence(int frameCount, ubyte* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadData
bool loadData(int frameCount, ubyte* buf, uint flags)
- lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
- onFormatChanged
void onFormatChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
- putSamples
void putSamples(ubyte* buf, int sample1, int sample2)
put samples in int format
- putSamples
void putSamples(ubyte* buf, float sample1, float sample2)
put samples in float format
- setFormat
void setFormat(SampleFormat format, int channels, int samplesPerSecond, int bitsPerSample, int blockAlign)
Undocumented in source. Be warned that the author may not have intended to support it.
- unlock
void unlock()
Undocumented in source. Be warned that the author may not have intended to support it.