audio: use resamply for audio resampling

This commit is contained in:
Aleix Conchillo Flaqué
2024-10-25 09:22:22 -07:00
parent f16a416c2b
commit 778b05a252
6 changed files with 16 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ dependencies = [
"protobuf~=4.25.4",
"pydantic~=2.8.2",
"pyloudnorm~=0.1.1",
"scipy~=1.14.1",
"resampy~=0.4.3",
]
[project.urls]