TensorSpeech/TensorFlowTTS

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

qalabeabbas49 opened this issue · 2 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

stale commented

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 commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.