how can i convert text to speech without using Openears library?
i have a string.i need to convert it to Voice. can any one help me to convert text to speech. now i am using Openears library for this.however there is some problem when i convert text to speech.can any one provide 开发者_运维技巧me a good way to do it without Openears library.
Flite may be worth investigating. See this blog post.
NSSpeechSynthesizer class is there for Mac application. I think it also supports iPhone. Have dig at it. If you have Arron Hillegass "Cocoa Programming for Mac" book, you can find Mac application. All the best.
精彩评论