1 unstable release

0.1.1 Jul 4, 2020
0.1.0 May 27, 2020

#13 in #perceptual


Used in scribble

MIT license

7KB
118 lines

LUFS

Loudness Unit Full Scale (LUFS) is a measurement of the perceptual loudness of an audio signal. This crate contains a function for computing the loudness of an audio signal, represented in 32-bit floats and sampled at 48kHz.

I'm not sure that the algorithm is correctly implemented here, but at least it gives qualitatively half-reasonable results.


lib.rs:

The reference material for this crate is the ITU technical report available here

No runtime deps