lufs

Crates.iolufs
lib.rslufs
version0.1.1
sourcesrc
created_at2020-05-27 23:39:02.556388
updated_at2020-07-04 21:57:28.343966
descriptionAudio loudness measurements
homepage
repositoryhttps://github.com/jneem/lufs
max_upload_size
id246821
size7,797
(jneem)

documentation

README

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.

Commit count: 6

cargo fmt