vote up 5 vote down star
1

Hi

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

Thanks

Are there any third-party TTS engines available for the iPhone? (AFAIK Acapela is not yet released)

flag

7 Answers

vote up 2 vote down check

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

link|flag
vote up 0 vote down

I have been looking into this too. With no luck.

For a desktop app you can access the internal tts on the Mac http://developer.apple.com/mac/library/documentation/Carbon/Reference/Speech%5FSynthesis%5FManager/Reference/reference.html

Not sure if the SDK offers this.

The phone does have a TTS as all 3GS phones and 16gb Touches have VoiceOver included.

Let me know if you figure this out. I also want to use the TTS in the phone for a project .

If you figure it out you can reach me at info@spokentext.net

Mostly I just need to know if it is possible.

Mark

link|flag
The iPhone does not support this! We have to use some third-party engines or roll out our own :) Will definitely get back if I ever find anything worthwhile. – lostInTransit Dec 7 at 3:47
vote up 1 vote down

Hi guys. The Tomsoft engine is only slow with the custom voices. I'm not sure why. But if you remove the other voices and just the integrated basic KAL voice it will speak almost instanteously. Please send me an email using the contact form on my website if you need any help with this.

link|flag
vote up 0 vote down

Is there any 3rd party commercial engine available for iPhone other than Tomsoft?

link|flag
vote up 0 vote down

I downloaded Tomsoft app on the iPhone before buying the engine but found app to be very slow in the converting the text before it can play. Not sure if this is the app implementation or the engine itself. Looks like the app writes to the file first and then play the speech back but hope there is in memory play option in the engine that may provide better performance. I have sent an email to the support and will let you all know what I hear back or find.

link|flag
vote up 10 vote down

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

link|flag

Your Answer

Get an OpenID
or

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