I’m currently looking at developing a small client that has the ability to read text to speech in a variety of languages. Mainly targeting English & Japanese.
So my question is, does anyone know of a library that is capable of reading English and Japanese to speech?
My target development language initially, is c#
Thanks for your time.
Microsoft Speech API, if you have the right voices (you can buy them, free voices are often of poor quality. Windows ships by default with an English voice).
You can find some free SAPI voices here.
You can listen to Loquendo TTS to hear the voices quality.
TTS is really easy with SAPI (when set, it’s a one liner).
There’s a .NET port :
http://reddevnews.com/articles/2007/02/15/give-applications-a-voice.aspx