-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Description
🚀 Feature
Implement a standard algorithm for computing audio loudness, like ITU-R BS.1770-4.
Motivation
Audio loudness is an important feature for representing audio. For example, it's used in this popular library: https://github.com/magenta/ddsp
Pitch
Here is a numpy implementation of ITU-R BS.1770-4. It'd be helpful to have this translated to PyTorch and included in this library: https://github.com/csteinmetz1/pyloudnorm/blob/master/pyloudnorm/meter.py
Here is the official loudness implementation from the original paper: https://github.com/BrechtDeMan/loudness.py/blob/master/loudness.py
Metadata
Metadata
Assignees
Labels
No labels