Skip to content

Commit e737252

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

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -387,38 +387,37 @@ For detailed implementation, see the [sample code on GitHub](https://github.com/
387387

388388
::: zone pivot="programming-language-cpp"
389389

390-
Currently, only C# and Python are supported in the SDK. Support for C++, Java and Objective-C is planned for future releases.
390+
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
391391

392-
For the sample code that shows how to use text streaming, see:
392+
The C++ sample code isn't available now. For the sample code that shows how to use text streaming, see:
393393

394-
- [C# Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
395-
- [Python Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
394+
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
395+
- [Python sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
396396
397397
::: zone-end
398398

399399
::: zone pivot="programming-language-java"
400400

401-
Currently, only C# and Python are supported in the SDK. Support for C++, Java and Objective-C is planned for future releases.
401+
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
402402

403403
For the sample code that shows how to use text streaming, see:
404404

405-
- [C# Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
406-
- [Python Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
405+
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
406+
- [Python sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
407407
408408
::: zone-end
409409

410410
::: zone pivot="programming-language-objectivec"
411411

412-
Currently, only C# and Python are supported in the SDK. Support for C++, Java and Objective-C is planned for future releases.
412+
Currently, only C#, C++ and Python are supported in the SDK. Support for Java and Objective-C is planned for future releases.
413413

414414
For the sample code that shows how to use text streaming, see:
415415

416-
- [C# Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
417-
- [Python Sample Code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
416+
- [C# sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/csharp/tts-text-stream)
417+
- [Python sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/python/tts-text-stream)
418418
419419
::: zone-end
420420

421-
422421
## Others tips
423422

424423
### Cache CRL files

0 commit comments

Comments
 (0)