Skip to main content

Module wav

Module wav 

Source
Expand description

WAV file writing and temporary file management.

Structs§

TempWav
RAII wrapper for a temporary WAV file — deletes on drop.

Functions§

create_temp_wav_path
Returns a path in the system temp directory with a UUID filename.
write_wav
Writes i16 PCM samples to a WAV file.