dlib.audio.io.wav

Uncompressed RIFF/WAV encoder and decoder

Members

Functions

loadWAV
GenericSound loadWAV(InputStream istrm, GenericSoundFactory gsf)

Simple RIFF/WAV decoder. Decodes WAV from stream using provided sound factory

loadWAV
GenericSound loadWAV(InputStream istrm)

Decodes WAV from stream using default sound factory

loadWAV
GenericSound loadWAV(string filename)

Decodes WAV from file

saveWAV
void saveWAV(Sound snd, OutputStream ostrm)

Simple RIFF/WAV encoder. Encodes WAV to stream

saveWAV
void saveWAV(Sound snd, string filename)

Encodes WAV to file

Meta

Authors

Timur Gafarov