slhck / ffmpeg-normalize

Audio Normalization for Python/ffmpeg
MIT License
1.28k stars 118 forks source link

feat: add linear loudnorm option to set lra up to target, then keep input lra #229

Closed mjhalwa closed 1 year ago

mjhalwa commented 1 year ago

This aims to fix #227

I hope it is ok, that I added a description of this option to the argparser and the ReadMe.

I tried to pick up your style. Please feel free to correct anything that does not fit your point of view. I will correct it. In case of necessary corrections please tell me if I should force push the changes to the same commit (in order to not create multiple commits) or if I should simply do another commit.

Hope you like it :)

slhck commented 1 year ago

Merged with minor wording changes and black formatting applied. Thanks a lot for your contribution!