revert back to using PyAV instead of torchaudio (#961)

* revert back to using PyAV instead of torch audio

* Update audio.py
This commit is contained in:
Mahmoud Ashraf
2024-10-23 15:26:18 +03:00
committed by GitHub
parent d57c5b40b0
commit 42b8681edb
2 changed files with 84 additions and 10 deletions

View File

@@ -4,5 +4,5 @@ tokenizers>=0.13,<1
onnxruntime>=1.14,<2
pyannote-audio>=3.1.1
torch>=2.1.1
torchaudio>=2.1.2
av>=11
tqdm