TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.76k stars 803 forks source link

Streaming TTS output in Real Time using Sockets (RTP/UDP) #774

Closed qalabeabbas49 closed 1 year ago

qalabeabbas49 commented 1 year ago

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

stale[bot] commented 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.

stale[bot] commented 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.