Crates.io | lufs |
lib.rs | lufs |
version | 0.1.1 |
source | src |
created_at | 2020-05-27 23:39:02.556388 |
updated_at | 2020-07-04 21:57:28.343966 |
description | Audio loudness measurements |
homepage | |
repository | https://github.com/jneem/lufs |
max_upload_size | |
id | 246821 |
size | 7,797 |
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.