Function nih_plug::util::gain_to_db_fast_epsilon
source · pub fn gain_to_db_fast_epsilon(gain: f32) -> f32Expand description
db_to_gain_fast(), but the minimum gain value is set to f32::EPSILONinstead of
MINUS_INFINITY_GAIN. Useful in conjunction with db_to_gain_fast().