Skip to content
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

Suggestions for handling segment that never gets marked complete? #346

Closed
ThomasBurgess2000 opened this issue Mar 21, 2025 · 2 comments
Closed

Comments

@ThomasBurgess2000
Copy link

I've been playing with this repo some using the faster-whisper backend and the large-v3-turbo model, and most of the time it works really well However, there are some cases where an incomplete segment will get longer and longer, and then move on to the next segment without that long segment (24 seconds) never getting marked as complete.

Why is this? Is it because there wasn't a long enough silence or something between the segments? How can I make sure that a long segment with a high confidence (as determined by avg_logprob) gets marked as complete before moving on?

I was going to just mark it as complete before moving to the next segment, but the next segment overlaps, so there'd be overlapping text returned to the user.

(Not sure if it's relevant, but I do have two clients connected at the same time)

@ThomasBurgess2000
Copy link
Author

seems possible this is related #330

@ThomasBurgess2000
Copy link
Author

Nevermind, I had made some updates I thought were unrelated, but they caused this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant