TensorFlowTTS icon indicating copy to clipboard operation
TensorFlowTTS copied to clipboard

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

Open qalabeabbas49 opened this issue 3 years ago • 0 comments

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

qalabeabbas49 avatar Aug 22 '22 07:08 qalabeabbas49