Replies: 1 comment
-
I'd skip the websocket and do a regular HTTP POST with the stream and have the response be a stream of text. Easy enough to plug into something like the MediaStream recording API into a streaming Easier to integrate with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, streaming is only available when executing through the command-line interface. Could support for streaming be implemented in whisper.cpp, enabling the real-time transcription of an audio stream and the streaming of the transcribed text back to the user through a persistent WebSocket connection or Server side events ?
Beta Was this translation helpful? Give feedback.
All reactions