-
-
Notifications
You must be signed in to change notification settings - Fork 221
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Consider the following scenario:
- You're transcribing a long audio file
- After some hours, you realize Whisper has gone off the rails and is looping the same word over and over
This happened to me with whisper.cpp each time I attempted to use it on a long audio file, usually after 2-3 hours. When this happens, the first thing I need to do is CTRL-C to stop wasting CPU and time. But then I will lose the valid transcriptions I did so far, and I have no way to resume from the last known good segment.
Could stable-ts provide a way to resume transcription at a specific time of the audio, without starting over and redoing the valid segments?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request