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

Streaming with whisperx #476

Open
evanbrociner opened this issue Sep 19, 2023 · 8 comments
Open

Streaming with whisperx #476

evanbrociner opened this issue Sep 19, 2023 · 8 comments

Comments

@evanbrociner
Copy link

Is there a repo or code that allows for real-time streaming with whisperx? Thank you!

@Arche151
Copy link

Whisper itself can't stream, so I dont think so, unfortunately

@fgn
Copy link

fgn commented Oct 13, 2023

This issue from whisper.cpp comes to mind Support for realtime audio input .
It highlights some issues with doing realtime transcription with whisper in general.

@andupotorac
Copy link

Would be great to add support for streaming, because folks have been using Whisper.cpp successfully and implemented streaming - for example gladia.io.

@chengxs1994
Copy link

chengxs1994 commented Dec 19, 2023

This submission will allow for segmented streaming using Whisperx, improving client response time, but not for underlying streaming implementations.

Pull request here

@SalomonKisters
Copy link

So this can now be used to transcribe live from an audiostream like mic input? If yes, do you maybe know how?

@roysG
Copy link

roysG commented Apr 23, 2024

any update?

@ararTP
Copy link

ararTP commented Jul 23, 2024

Whisper itself can't stream, so I dont think so, unfortunately

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.

@douglasg14b
Copy link

douglasg14b commented Nov 25, 2024

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.

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

No branches or pull requests

9 participants