简体   繁体   中英

Is there any new Text-to-Speech c# library

I was exploring a little, but I did not seem to have found any new Text-to-Speech libraryies that we could use in C#. Did any one of you found something interesting that could be used. I'm looking for a voice that wouldn't sound so robotic or a library that uses some kind of filers.

Did Microsoft maybe update library System.Speech.Synthesis or if they made a new one maybe?

One of the new things, is Microsoft Cognitive services. It allows you to add alot of AI features in your project. One of them is text to speech API.

Microsoft Definition :

Build apps and services that speak to users naturally. The Text to Speech API — part of Cognitive Services speech services — converts text to audio in near real time, improving accessibility and usability for customers. The API converts text generated by the app into audio that can be played back and saved as a file for later use.

The service speaks to users in multiple languages. Choose from more than 75 voices in over 45 languages or locales, including options for male and female voices, and adjust parameters like speed, pitch, volume, pronunciation, and additional pauses.

Here is link : https://azure.microsoft.com/en-us/services/cognitive-services/text-to-speech/

AWS also have their own implementations for AWS Machine learning and they have text-to-speech module if your already using AWS as your infrastrucutre

here is the link : https://aws.amazon.com/polly/what-is-text-to-speech/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM