Function bliss_audio_aubio_rs::level_lin[][src]

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

Compute sound level on a linear scale.

This gives the average of the square amplitudes.

  • input Vector to compute level from