Text to speech on iPhone [closed]

Is there any way we can convert text to speech in an iPhone app? Is it possible using the SDK?


Solution 1:

The Flite speech synthesis engine can be run on an iPhone, ref http://artofsystems.blogspot.com/2009/02/speech-synthesis-on-iphone-with-flite.html

Solution 2:

I don't think iPhone SDK provides any TTS facility internally. You should use a third party TTS engine or write one yourself.

Solution 3:

OpenEars also does text-to-speech on the iPhone (note: I'm the developer).