-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added
clip_timestamps
to transcribe()
-added parameter, `clip_timestamps`, to `transcribe()` -fixed `AudioLoader` AttributeError with `_denoised_save_path` -updated `AudioLoader` with ability to load only specific portions of the audio source -updated `AudioLoader` to provide more informative error messages when yt-dlp fails to load an URL -removed redundant copying of encoder output, `audio_features`, in `DecodingTaskStable._get_audio_features()` -changed `progress_callback` for `transcribe()` to only pass 2 positional arguments instead of 2 keyword arguments as intended (i.e. the parameters not longer need to be named `seek` and `total`)
- Loading branch information
Showing
3 changed files
with
93 additions
and
13 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
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