Crates.io | loudnessnorm |
lib.rs | loudnessnorm |
version | 1.4.0 |
source | src |
created_at | 2019-10-24 10:10:17.648542 |
updated_at | 2019-10-30 10:24:35.983481 |
description | An RMS based audio normalizer for WAVE files. |
homepage | https://github.com/nullvideo/loudnessnorm |
repository | |
max_upload_size | |
id | 175167 |
size | 13,913 |
An implementation of RMS based audio normalization in Rust.
The loudness of the samples are normalized by calculating the RMS then the gain is changed to
bring the average amplitude of the source signal to a target level (by default 0 dBFS
).
Installation is quite straightforward, type this in the terminal.
cargo install loudnessnorm
Head to the project's homepage for more information and the source code (https://github.com/nullvideo/loudnessnorm).