interruptions: introduce pyloudnorm to compute loudness

https://github.com/csteinmetz1/pyloudnorm
This commit is contained in:
Aleix Conchillo Flaqué
2024-05-21 16:26:08 -07:00
parent 34670eef79
commit af1c7d0023
3 changed files with 42 additions and 20 deletions

View File

@@ -24,6 +24,7 @@ dependencies = [
"numpy~=1.26.4",
"loguru~=0.7.0",
"Pillow~=10.3.0",
"pyloudnorm~=0.1.1",
"typing-extensions~=4.11.0",
]