Streamed Text Input to Whisper TTS #1963
Unanswered
saduri2004
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@saduri2004 give WhisperLive a try it supports streaming to the server running Whisper model. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I know that there is a way to stream the audio file output, as seen in the Whisper Docs, but I was wondering if anyone has found a way (or if it is even possible to engineer a way) to stream the input. I am taking the output of the completions API call (where streamed output is set to TRUE), so as the stream comes in from completions endpoint, I want to speak it out at the same time. Is this feasible?
Beta Was this translation helpful? Give feedback.
All reactions