KoljaB / RealtimeSTT

A robust, efficient, low-latency speech-to-text library with advanced voice activity detection, wake word activation and instant transcription.
MIT License
2.1k stars 191 forks source link

does it support client-server mode realtime STT? #10

Closed Snow9666 closed 9 months ago

Snow9666 commented 1 year ago

Hi, KoljaB

Thanks for your contribution. I learned a lot although I'm still a newbie. I have a application scenario : A linux machine with Nvidia GPU, I want use it (as server) to realtime transtribe audio from macbook( as client) ; Does this object support this application scenario?

Regards, Snow

KoljaB commented 1 year ago

Thx, currently not yet supported. But I love the idea and I think I can deliver this in the next days.

awesome-gpt4 commented 9 months ago

@KoljaB : Shouldn't this issue be marked closed since you've implemented this?: https://github.com/KoljaB/RealtimeSTT/tree/master/example_webserver

I think I can deliver this in the next days.

Or did I misunderstand what you wanted to deliver?

KoljaB commented 9 months ago

Oh, you're right, but it's this demo:

https://github.com/KoljaB/RealtimeSTT/tree/master/example_browserclient

This one records audio from the client's microphone, the other one from the server.

It's implemented since v0.1.8.