Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::utils::AudioFileWriter Class Reference

Data Structures

struct  WriteOptions

Static Public Member Functions

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.

Detailed Description

Definition at line 16 of file audio_file_writer.h.

Member Function Documentation

◆ 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
optionsWrite options including writer options and block size
file_pathOutput file path
bufferAudio buffer to write (will be moved)

The documentation for this class was generated from the following file: