Replies: 1 comment 2 replies
-
Currently there is no option to parallelize the execution of transcription or voice activity detection. I don't think the underlying libraries (esp faster-whisper) support this, so I think you'd have to write your own wrapper around RealtimeSTT prob using multiprocessing. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to use one istance of AudioToTextRecorder in a websocket server to handle multiple client at same time?
Beta Was this translation helpful? Give feedback.
All reactions