Skip to content

Commit 00954d3

Browse files
authored
Section levels refine (keep only one top level)
1 parent 71e3bec commit 00954d3

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

README.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ products:
1414
- azure
1515
- azure-cognitive-services
1616
---
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+
1826
Here lists the Azure Cognitive TTS product blog, customer stories and Microsoft TTS research news etc.
1927
* 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)
2028
* 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
4250
* 2018.12 [Blog: Microsoft previews neural network text-to-speech](https://azure.microsoft.com/en-us/blog/microsoft-previews-neural-network-text-to-speech/)
4351
* 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/)
4452

45-
# Azure Cognitive TTS Common Links
53+
## Azure Cognitive TTS Common Links
54+
4655
- [Azure TTS wiki](https://github.com/Azure-Samples/Cognitive-Speech-TTS/wiki)
4756
- [Azure Speech Document](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/text-to-speech)
4857
- [Create Custom Neural Voice](https://speech.microsoft.com/customvoice)
4958
- [Speech SDK](https://github.com/Azure-Samples/cognitive-services-speech-sdk)
5059
- [Azure Speech Containers](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-container-howto?tabs=stt%2Ccsharp)
5160

52-
# Azure Cognitive TTS Samples
53-
54-
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-
5961
## Contributing
62+
6063
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>).
6164

6265
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
6568

6669
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.
6770

68-
6971
## License
72+
7073
All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see
7174
[LICENSE](</LICENSE.md>).
7275

7376
Sample images are licensed separately, please refer to [LICENSE-IMAGE](</LICENSE-IMAGE.md>).
7477

75-
7678
## Developer Code of Conduct
79+
7780
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

Comments
 (0)