[][src]Function aubio_rs::level_lin

pub fn level_lin<'i, I>(input: I) -> f32 where
    I: Into<FVec<'i>>, 

Compute sound level on a linear scale.

This gives the average of the square amplitudes.

  • input Vector to compute level from