You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-11
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,15 @@ products:
14
14
- azure
15
15
- azure-cognitive-services
16
16
---
17
-
# Azure Cognitive TTS Blog and News
17
+
18
+
# Azure Cognitive TTS Samples
19
+
20
+
Microsoft Text to speech service now is offically supported by [Speech SDK](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-sdk) now. It is recommended way to use TTS in your service or apps. It supports both REST and Websocket connection to the service. This repo still contains sample in various languages for using Text-to-Speech. We will also support the common development questions using the issues tracker.
21
+
22
+
Recommend to run the CSharp example first which is always kept up to date.
23
+
24
+
## Azure Cognitive TTS Blog and News
25
+
18
26
Here lists the Azure Cognitive TTS product blog, customer stories and Microsoft TTS research news etc.
19
27
* 2020.04 [Finetune neural text-to-speech output with advanced customization features](https://techcommunity.microsoft.com/t5/azure-ai/finetune-neural-text-to-speech-output-with-advanced/ba-p/1348941)
20
28
* 2020.04 [Read Aloud in Word on iOS](https://blog-insider.office.com/2020/04/24/read-aloud-in-word/)
@@ -42,21 +50,16 @@ Here lists the Azure Cognitive TTS product blog, customer stories and Microsoft
42
50
* 2018.12 [Blog: Microsoft previews neural network text-to-speech](https://azure.microsoft.com/en-us/blog/microsoft-previews-neural-network-text-to-speech/)
43
51
* 2018.09 [Blog: Microsoft’s new neural text-to-speech service helps machines speak like people](https://azure.microsoft.com/en-us/blog/microsoft-s-new-neural-text-to-speech-service-helps-machines-speak-like-people/)
Microsoft Text to speech service now is offically supported by [Speech SDK](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-sdk) now. It is recommended way to use TTS in your service or apps. It supports both REST and Websocket connection to the service. This repo still contains sample in various languages for using Text-to-Speech. We will also support the common development questions using the issues tracker.
55
-
56
-
Recommend to run the CSharp example first which is always kept up to date.
57
-
58
-
59
61
## Contributing
62
+
60
63
We welcome contributions. Feel free to file issues and pull requests on the repo and we'll address them as we can. Learn more about how you can help on our [Contribution Rules & Guidelines](</CONTRIBUTING.md>).
61
64
62
65
You can reach out to us anytime with questions and suggestions using our communities below:
@@ -65,13 +68,13 @@ You can reach out to us anytime with questions and suggestions using our communi
65
68
66
69
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
67
70
68
-
69
71
## License
72
+
70
73
All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
71
74
[LICENSE](</LICENSE.md>).
72
75
73
76
Sample images are licensed separately, please refer to [LICENSE-IMAGE](</LICENSE-IMAGE.md>).
74
77
75
-
76
78
## Developer Code of Conduct
79
+
77
80
Developers using Cognitive Services, including this client library & sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at [http://go.microsoft.com/fwlink/?LinkId=698895](http://go.microsoft.com/fwlink/?LinkId=698895).
0 commit comments