Module dlib.audio.io.wav

Uncompressed RIFF/WAV encoder and decoder

Functions

NameDescription
loadWAV(istrm, gsf) Simple RIFF/WAV decoder. Decodes WAV from stream using provided sound factory
loadWAV(istrm) Decodes WAV from stream using default sound factory
loadWAV(filename) Decodes WAV from file
saveWAV(snd, ostrm) Simple RIFF/WAV encoder. Encodes WAV to stream
saveWAV(snd, filename) Encodes WAV to file