TensorFlowTTS
TensorFlowTTS copied to clipboard
Streaming TTS output in Real Time using Sockets (RTP/UDP)
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