whisper-asr-webservice
whisper-asr-webservice copied to clipboard
Is there any way we can do realtime streaming by this web service?
trafficstars
Hello,
First of all thanks a lot for this repo. I was wondering is this possible to use this API as websocket and then send streaming audio from microphone? As of now, this is accepting audio file.
Thanks
a gRPC service would also be cool for this
+1, the repos available for doing realtime streaming in a docker container are pretty minimal. Whisper.cpp supports streaming, but doesn't support GPU natively (though there is some CuBLAS support). Maybe there's a dockerized version of Whisper.cpp?
+1