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.