WAVEncoder

Use both for scanning and decoding

Constructors

this
this(IOCallbacks* io, void* userData, int sampleRate, int numChannels, Format format, bool enableDither)
Undocumented in source.

Members

Enums

Format
enum Format
Undocumented in source.

Functions

finalizeEncoding
void finalizeEncoding()
Undocumented in source. Be warned that the author may not have intended to support it.
frameSize
int frameSize()
Undocumented in source. Be warned that the author may not have intended to support it.
sampleSize
int sampleSize()
Undocumented in source. Be warned that the author may not have intended to support it.
writeSamples
int writeSamples(T* inSamples, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isFormatLinearPCM
bool isFormatLinearPCM(Format fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta