|
| static QFuture< void > | write_async (WriteOptions options, const fs::path &file_path, juce::AudioSampleBuffer &&buffer) |
| | Executes write() asynchronously and returns a QFuture to control the task.
|
Definition at line 16 of file audio_file_writer.h.
◆ write_async()
| QFuture< void > zrythm::utils::AudioFileWriter::write_async |
( |
WriteOptions | options, |
|
|
const fs::path & | file_path, |
|
|
juce::AudioSampleBuffer && | buffer ) |
|
static |
Executes write() asynchronously and returns a QFuture to control the task.
- Parameters
-
| options | Write options including writer options and block size |
| file_path | Output file path |
| buffer | Audio buffer to write (will be moved) |
The documentation for this class was generated from the following file: