You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/speech-service/how-to-lower-speech-synthesis-latency.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ For Linux and Windows, `GStreamer` is required to enable this feature.
318
318
Refer [this instruction](how-to-use-codec-compressed-audio-input-streams.md) to install and configure `GStreamer` for Speech SDK.
319
319
For Android, iOS and macOS, no extra configuration is needed starting version 1.20.
320
320
321
-
## Text streaming
321
+
## Input text streaming
322
322
323
323
Text streaming allows real-time text processing for rapid audio generation. It's perfect for dynamic text vocalization, such as reading outputs from AI models like GPT in real-time. This feature minimizes latency and improves the fluidity and responsiveness of audio outputs, making it ideal for interactive applications, live events, and responsive AI-driven dialogues.
324
324
@@ -385,6 +385,40 @@ For detailed implementation, see the [sample code on GitHub](https://github.com/
0 commit comments