Skip to content

Commit 8d9c30d

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ Text streaming allows real-time text processing for rapid audio generation. It's
324324
325325
### How to use text streaming
326326
327+
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
328+
327329
::: zone pivot="programming-language-csharp"
328330
329331
To use the text streaming feature, connect to the websocket V2 endpoint: `wss://{region}.tts.speech.microsoft.com/cognitiveservices/websocket/v2`
@@ -389,8 +391,6 @@ For detailed implementation, see the [sample code on GitHub](https://github.com/
389391

390392
::: zone pivot="programming-language-cpp"
391393

392-
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
393-
394394
The C++ sample code isn't available now. For the sample code that shows how to use text streaming, see:
395395

396396
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
@@ -400,8 +400,6 @@ The C++ sample code isn't available now. For the sample code that shows how to u
400400

401401
::: zone pivot="programming-language-java"
402402

403-
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
404-
405403
For the sample code that shows how to use text streaming, see:
406404

407405
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
@@ -411,8 +409,6 @@ For the sample code that shows how to use text streaming, see:
411409

412410
::: zone pivot="programming-language-objectivec"
413411

414-
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
415-
416412
For the sample code that shows how to use text streaming, see:
417413

418414
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)

0 commit comments

Comments
 (0)