-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always chunking because of len #44
Comments
Hi, |
OK, thanks for feedback. #36 is a correct fix, I'm merging it |
It still fails when I run with Whisper large-v3. My command simply uses the default for all arguments except for the model: Because the large-v3 model of faster-whisper was just supported recently, it might be not tested. But I found the cause is the abnormal string like |
OK. Please reopen if you're sure you found a bug. v3 is unrelated issue -- #45 |
I have tested the whisper_online.py on a 10min video, but it always chunks when the buffer reaches 30s not sentence.
Running log: AI_pin.txt
I found it is due to the string comparison in the words_to_sentences function, so add strip() into it. I wonder if it is right because I want Whisper to output one sentence per line.
The result log: AI_pin.txt
The text was updated successfully, but these errors were encountered: