Closed qalabeabbas49 closed 1 year ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Hi, I am trying to build a voice chatbot, which converts the received text into speech. I want the TTS conversion to be done on the server and transmit the output to the client side in a streaming fashion instead of saving it as wav file.
The given end-to-end example uses soundfiles library to save the output to a wav file.
My question is if it's possible to stream the output instead of saving it and how might I go about implementing it?
Any type of lead or tip is appreciated.
Thanks