Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.8k stars 1.83k forks source link

Streaming Text Input for TTS with Output as a Streaming Audio Buffer #2548

Closed atulyaatul1999 closed 1 week ago

atulyaatul1999 commented 3 weeks ago

I need to process streaming text input for text-to-speech (TTS) and receive the response as a streaming audio buffer with minimal latency. Is there any documentation available on how to achieve this? I tried accessing the documentation, but the GitHub link appears to be broken:

GitHub Link

yulin-li commented 3 weeks ago

this is fixed now, for streaming output see #2541

pankopon commented 1 week ago

Closed as fixed.