Function nih_plug::util::gain_to_db_fast
source · pub fn gain_to_db_fast(gain: f32) -> f32Expand description
An approximation of gain_to_db() using ln(). Will run faster on most architectures, but
the result may be slightly different.