pub const obs_fader_type_OBS_FADER_CUBIC: obs_fader_type = 0;
Expand description

@brief A simple cubic fader for controlling audio levels

This is a very common type of software fader since it yields good results while being quite performant. The input value is mapped to mul values with the simple formula x^3.