Replies: 1 comment 4 replies
-
Yes, that's possible. Please look into the RealtimeSTT_server folder. There's a Readme in there with details. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current structure involves the client sending only a flag to initiate recording, while the server handles both recording and transcription.
Is it possible to change this setup so that the client handles recording using PyAudio, sends the audio data over a socket to the server, and then the server only processes the transcription?
Beta Was this translation helpful? Give feedback.
All reactions