@@ -324,6 +324,8 @@ Text streaming allows real-time text processing for rapid audio generation. It's
324
324
325
325
### How to use text streaming
326
326
327
+ Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
328
+
327
329
::: zone pivot="programming-language-csharp"
328
330
329
331
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/
389
391
390
392
::: zone pivot = " programming-language-cpp"
391
393
392
- Currently , only C #, C ++ and Python are supported in the SDK . Support for Java and Objective - C is planned for future releases .
393
-
394
394
The C ++ sample code isn 't available now. For the sample code that shows how to use text streaming, see:
395
395
396
396
- [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
400
400
401
401
::: zone pivot = " programming-language-java"
402
402
403
- Currently , only C #, C ++ and Python are supported in the SDK . Support for Java and Objective - C is planned for future releases .
404
-
405
403
For the sample code that shows how to use text streaming , see :
406
404
407
405
- [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:
411
409
412
410
::: zone pivot = " programming-language-objectivec"
413
411
414
- Currently , only C #, C ++ and Python are supported in the SDK . Support for Java and Objective - C is planned for future releases .
415
-
416
412
For the sample code that shows how to use text streaming , see :
417
413
418
414
- [C # sample code ](https :// github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
0 commit comments