up vote 9 down vote favorite
10
share [g+] share [fb]

Does any one know of a good text to speech library. It needs to be open source and provide C API?

PS: I've already done a search, but I'd like recommendations from people who have actually used these APIs

link|improve this question

feedback

4 Answers

up vote 9 down vote accepted

you can go for Festival worked nice for me.

link|improve this answer
Festival is the devil. Took me all day to get it installed on OS X and to try out different voices. All the voices are really crappy quality. Sucks. – devth Dec 9 '09 at 1:00
feedback

Festival is an open source text-to-speech system.

Stanford uses it for their Natural Language Processing class, and they have up-to-date instructions about installation on this cs224s homework page. Installation on Mac OS X requires a couple patches, which they've wrapped into a handy install script.

There are alternate voices you can use which sound noticeably better than the stock ones. You can find information on these voices in this forum post: How to setup more realistic voices in Festival. Those instructions are for Ubuntu, but the voices work with any Festival installation.

link|improve this answer
1  
oh man that link you've provided is just ASTONISHING!!!!! it's such a realistic voice listen to this!! festvox.org/ldom/ldom_com.html – holms Jun 9 '10 at 23:06
They do sound great, but I'm clueless as to how to use them. I'm trying to use Flite for iOS – CharlieMezak Feb 12 '11 at 13:29
feedback

eSpeak is another lightweight TTS. More robotty than Festival.

link|improve this answer
feedback

I have used flite in an embedded server. It has a small footprint and comes with a single voice

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.