vote up 2 vote down star

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

flag

4 Answers

vote up 5 vote down check

you can go for Festival worked nice for me.

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

eSpeak is another lightweight TTS. More robotty than Festival.

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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