-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert back to using PyAV instead of
torchaudio
(#961)
* revert back to using PyAV instead of torch audio * Update audio.py
- Loading branch information
1 parent
d57c5b4
commit 42b8681
Showing
2 changed files
with
84 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |