Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 831 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 831 Bytes

drmeter crates.io Actions Status docs.rs

Implementation of the TT DR Meter.

This crate provides an API which analyzes audio and outputs DR score. The results are nearly compatible with TT DR Offline.

This crate is a Rust port of FFMPEG's libavfilter/drmeter. A lot of inspiration especially around samples handling was taken from ebur128.