audio-formats ~master (2021-10-10T20:08:22Z)
Dub
Repo
WAVEncoder
audioformats
wav
Use both for scanning and decoding
version(encodeWAV)
final
class
WAVEncoder {
this
(IOCallbacks* io, void* userData, int sampleRate, int numChannels);
int
writeSamples
(float* inSamples, int frames);
void
finalizeEncoding
();
}
Constructors
this
this
(IOCallbacks* io, void* userData, int sampleRate, int numChannels)
Undocumented in source.
Members
Functions
finalizeEncoding
void
finalizeEncoding
()
Undocumented in source. Be warned that the author may not have intended to support it.
writeSamples
int
writeSamples
(float* inSamples, int frames)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
audioformats
wav
classes
WAVDecoder
WAVEncoder
Use both for scanning and decoding