Skip to content

Commit 9d1fc9e

Browse files
Update csharp.md
1 parent 6c0f882 commit 9d1fc9e

File tree

1 file changed

+4
-0
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/openai-speech

1 file changed

+4
-0
lines changed

articles/ai-services/speech-service/includes/quickstarts/openai-speech/csharp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ Conversation ended.
224224
PS C:\dev\openai\csharp>
225225
```
226226

227+
## Reduce latency for text to speech output
228+
229+
The text stream API enables real-time text processing for fast audio generation and minimizes latency, enhancing the fluidity and responsiveness of real-time audio outputs. This API is ideal for applications requiring dynamic text vocalization, such as reading outputs from AI models like Azure OpenAI in real-time. Refer to [how to use the text stream API](~/articles/ai-services/speech-service/how-to-lower-speech-synthesis-latency.md?pivots=programming-language-csharp#text-stream).
230+
227231
## Remarks
228232

229233
Here are some more considerations:

0 commit comments

Comments
 (0)