Module audio_util::file_streams
source · Structs§
- An Audio Stream that can be used to write playback buffer to a file.
FileStream
doesn’t directly open and write to file. It receives an mmap of a file instead. FileStreamSourceGenerator
is a struct that implements [StreamSourceGenerator
] forFileStreamSource
.