Skip to main content

export_flac_with_options

Function export_flac_with_options 

Source
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.