-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule whisperX
updated
16 files
+35 −0 | .github/workflows/tmp.yml | |
+4 −2 | README.md | |
+1 −1 | setup.py | |
+1 −1 | whisperx/SubtitlesProcessor.py | |
+2 −2 | whisperx/__init__.py | |
+2 −2 | whisperx/alignment.py | |
+109 −58 | whisperx/asr.py | |
+1 −1 | whisperx/audio.py | |
+7 −3 | whisperx/conjunctions.py | |
+13 −2 | whisperx/diarize.py | |
+30 −6 | whisperx/transcribe.py | |
+6 −1 | whisperx/utils.py | |
+3 −0 | whisperx/vads/__init__.py | |
+96 −94 | whisperx/vads/pyannote.py | |
+62 −0 | whisperx/vads/silero.py | |
+74 −0 | whisperx/vads/vad.py |