Whisper doesn’t support streaming — is there a roadmap for it? #2306
Replies: 2 comments
-
OpenAI's Whisper API (and the open-source model) does not natively support real-time streaming transcription cuz of offline batch processing, not low-latency streaming and API limitations.
|
Beta Was this translation helpful? Give feedback.
-
If you need speech-to-text with Whisper API in streaming mode, you can’t get true “word-by-word” streaming directly from OpenAI’s current Whisper endpoint — it only supports batch transcription. To achieve streaming behavior, the common and effective approach is:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a challenge, that I want to convert speech-to-text using whisper API.
Note : I am expecting the streaming response only.
Beta Was this translation helpful? Give feedback.
All reactions