improve audio resampling by switching from resampy to soxr

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-21 13:31:33 -08:00
parent f87ecd3a51
commit cacd6ba3fa
3 changed files with 7 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ dependencies = [
"protobuf~=5.29.3",
"pydantic~=2.10.5",
"pyloudnorm~=0.1.1",
"resampy~=0.4.3"
"soxr~=0.5.0"
]
[project.urls]