AudioUnitParameterValue

Type Alias AudioUnitParameterValue 

Source
pub type AudioUnitParameterValue = f32;
Available on crate feature AUComponent only.
Expand description

Type used for audio unit parameter values. The value of a given parameter is specified using this type (typically a Float32)

See also Apple’s documentation