Skip to content

Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE-IMAGE.md
Notifications You must be signed in to change notification settings

Nabil372/Cognitive-Speech-TTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Speech Service API: Text-to-Speech Samples

This repo contains sample in various languages for using Text-to-Speech. Speech Service is generally avaliable since 2018.9. Please be sure you have a subscription key for the new Speech Service, not a subcription key from the retiring Bing Speech.

Microsoft also offers Neural TTS preview which can be invoked following the samples in this repo as well. What you need is to use a neural TTS endpoint.
Neural TTS uses Deep Neural Networks in matching patterns of stress and intonation in spoken language called prosody. So, it does prosody prediction and voice synthesis simultaneously. While traditional TTS break down prosody into separate linguistic analysis and the predictions are governed by independent models, that results in obscure voice synthesis. And therefore, Neural TTS perform much better than traditional TTS.

Recommend to run the CSharp example first which is always kept up to date.

Contributing

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.

You can reach out to us anytime with questions and suggestions using our communities below:

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Sample images are licensed separately, please refer to LICENSE-IMAGE.

Developer Code of Conduct

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.

About

Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE-IMAGE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 45.3%
  • Java 33.5%
  • Swift 12.4%
  • PHP 2.5%
  • JavaScript 2.2%
  • Python 2.1%
  • Ruby 2.0%