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