Function bliss_audio_aubio_rs::db_spl[][src]

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

Compute sound pressure level (SPL) in dB.

This quantity is often wrongly called “loudness”. This gives ten times the log10 of the average of the square amplitudes.

  • input Vector to compute dB SPL from.