-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Streaming with whisperx #476
Comments
Whisper itself can't stream, so I dont think so, unfortunately |
This issue from whisper.cpp comes to mind Support for realtime audio input . |
Would be great to add support for streaming, because folks have been using Whisper.cpp successfully and implemented streaming - for example gladia.io. |
This submission will allow for segmented streaming using Whisperx, improving client response time, but not for underlying streaming implementations. Pull request here |
So this can now be used to transcribe live from an audiostream like mic input? If yes, do you maybe know how? |
any update? |
I assume it is possible, sort of, because whisperx splits the audio to chunks, it can proccess each chunk individually and stream it after finished, instead of waiting for all chunks. would be nice feature. |
This seems like an ideal project for streaming audio given how it splits audio into chunks. Which could be pretty handy for voice assistants. Similar projects:
One problem with snippets is context loss, which some of these try and solve for in various ways. |
Is there a repo or code that allows for real-time streaming with whisperx? Thank you!
The text was updated successfully, but these errors were encountered: