-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added
align()
, adjust_by_result()
, load_faster_whisper()
-added align()/WhisperResult.align() to align/sync plain-text with audio at word-level #198 -added Whisper.adjust_by_result() to minimize the duration of words using another result -added load_faster_whisper() to directly support faster-whisper (https://github.com/guillaumekln/faster-whisper) #157 #201 -refactored post-inference silence suppress into WhisperResult.adjust_by_silence() -refactored compatibility warning into warn_compatibility_issues() in utils.py -fixed [verbose] not working for transcribe_minimal() -fixed encode_video_comparison() unable to encode more than two subtitle files
- Loading branch information
Showing
14 changed files
with
1,970 additions
and
104 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
Oops, something went wrong.