Skip to content

Commit 7b4666c

Browse files
Update how-to-lower-speech-synthesis-latency.md
1 parent e737252 commit 7b4666c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/ai-services/speech-service/how-to-lower-speech-synthesis-latency.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ Text streaming allows real-time text processing for rapid audio generation. It's
324324
325325
### How to use text streaming
326326
327-
To use the text streaming feature, connect to the websocket V2 endpoint: `wss://{region}.tts.speech.microsoft.com/cognitiveservices/websocket/v2`
328-
329327
::: zone pivot="programming-language-csharp"
330328
329+
To use the text streaming feature, connect to the websocket V2 endpoint: `wss://{region}.tts.speech.microsoft.com/cognitiveservices/websocket/v2`
330+
331331
See the sample code for setting the endpoint:
332332
333333
```csharp
@@ -360,6 +360,8 @@ For detailed implementation, see the [sample code on GitHub](https://github.com/
360360

361361
::: zone pivot="programming-language-python"
362362

363+
To use the text streaming feature, connect to the websocket V2 endpoint: `wss://{region}.tts.speech.microsoft.com/cognitiveservices/websocket/v2`
364+
363365
See the sample code for setting the endpoint:
364366

365367
```python

0 commit comments

Comments
 (0)