whisper.cpp
whisper.cpp copied to clipboard
Add streaming support in whisper.cpp server
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?
Some sort of streaming server would be great!