-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Streaming input to streaming TTS #10
Comments
Is this possible? |
Yes, Its possible. |
Is it build into the [xtts-streaming-server] repo ? or it has to be tweaked? I was getting ready to test it out this weekend before i install it. |
Any chance you can post some working examples? was able to get the docker working but i dont see any logic for providing the yield chunks as the text to the api |
is splitting at end of sentence (.?!) the best option here? |
def llm_write(prompt: str): text_stream = llm_write("Hello, what is LLM?") for text in text_stream: |
I believe input needs to be at least a sentence, as speech relies heavily on the context provided by subsequent words. |
does this work |
Hello Team,
Is it possible to run TTS streaming with streaming input text with same file name?
Example:
With minimum words to the TTS api.
Thanks,
Santhosh
The text was updated successfully, but these errors were encountered: