level_lin

Function level_lin 

Source
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