pub unsafe extern "C" fn aubio_level_lin(v: *const fvec_t) -> smpl_t
Expand description

compute sound level on a linear scale

This gives the average of the square amplitudes.

\param v vector to compute level from

\return level of v