Skip to main content

synth_from_options

Function synth_from_options 

Source
pub fn synth_from_options(
    name: &str,
    options: SynthOptions,
) -> PulseResult<PulseSynth>
Expand description

Builds a synth algorithm from a Lua/Rust name and parsed options.

ยงErrors

Returns an error when the synth name, preset, or option values are invalid.