Currently, in the Cognitive Services Speech SDK for Go, there is no equivalent to the TextStream feature available in other languages like Python or C#. This feature is critical for streaming text inputs in smaller chunks during TTS operations, which significantly improves responsiveness for scenarios involving large or dynamically generated content.
It would be great to have support for TextStream or a similar mechanism in the Go SDK, enabling incremental text input for real-time or large-scale text-to-speech use cases. This enhancement would align the Go SDK's capabilities with those of other languages and improve overall performance and usability.
Currently, in the Cognitive Services Speech SDK for Go, there is no equivalent to the TextStream feature available in other languages like Python or C#. This feature is critical for streaming text inputs in smaller chunks during TTS operations, which significantly improves responsiveness for scenarios involving large or dynamically generated content.
It would be great to have support for TextStream or a similar mechanism in the Go SDK, enabling incremental text input for real-time or large-scale text-to-speech use cases. This enhancement would align the Go SDK's capabilities with those of other languages and improve overall performance and usability.