Click here to Skip to main content
15,789,776 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,
Is there a method of implementing text to speech software, without using the built in speech synthesizer of the .NET Framework, Is there a method so i can choose the type of sound (like robot for example)?

Thanks in advance,
z3ngew
Posted

1 solution

You can change the voices for the built-in speech synthesis:

http://stackoverflow.com/questions/10881370/how-i-can-change-the-voice-synthesizer-gender-and-age-in-c[^]

And you can find SAPI voices by Google:

https://www.google.com/search?q=sapi+voices[^]

Are there alternatives? Yes, but I haven't found one that is as comprehensive or even built for use in .NET natively.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900