pub fn export_wav_with_options(
song: &PulseSong,
path: impl AsRef<Path>,
options: ExportOptions,
) -> PulseResult<()>Expand description
Exports a song to WAV through tunes::engine::AudioEngine::export_wav with options.
pub fn export_wav_with_options(
song: &PulseSong,
path: impl AsRef<Path>,
options: ExportOptions,
) -> PulseResult<()>Exports a song to WAV through tunes::engine::AudioEngine::export_wav with options.