pub fn gain_to_db_fast_epsilon(gain: f32) -> f32
Expand 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().