csteinmetz1 / pyloudnorm

Flexible audio loudness meter in Python with implementation of ITU-R BS.1770-4 loudness algorithm
https://www.christiansteinmetz.com/projects-blog/pyloudnorm
MIT License
621 stars 55 forks source link

[ADD] basic implementation of LRA based on EBU tech3342 #63

Open cwu307 opened 2 months ago

cwu307 commented 2 months ago

This PR includes the followings:

There are minor changes to the main functions in order to enable this calculation, but they should not interfere the main functionalities. Please have a look and test it in your dev environment. Happy to debug (as I am sure there will be plenty 😂 )