loudnessnorm

Crates.ioloudnessnorm
lib.rsloudnessnorm
version1.4.0
sourcesrc
created_at2019-10-24 10:10:17.648542
updated_at2019-10-30 10:24:35.983481
descriptionAn RMS based audio normalizer for WAVE files.
homepagehttps://github.com/nullvideo/loudnessnorm
repository
max_upload_size
id175167
size13,913
Santanu (tripulse)

documentation

README

loudnessnorm

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).

Commit count: 0

cargo fmt