vote up 3 vote down star

Hi all,

I was wondering if iPhone has any API that supports Text to Speech feature? I looked around but couldn't find any, so just want to confirm.

Thanking in anticipation.

flag

61% accept rate

5 Answers

vote up 1 vote down check

The API docs would suggest that the API is not available.

link|flag
Thanks for the confirmation. – Mustafa Jul 9 at 8:49
vote up 4 vote down

The iPhone 3G S has the private VoiceServices framework which can do this. Steve Troughton-Smith describes how to use the private class VSSpeechSynthesizer here, but you have little chance of getting something using this into the App Store.

link|flag
Ah... What i was looking for. But not very useful if its use is so limited, and doubtful (w.r.t. App Store acceptance) :( Thanks. – Mustafa Jul 11 at 10:29
vote up 0 vote down

This is possible, but you will have to roll your own. I have seen an app do this.

link|flag
vote up 0 vote down

I did this before iPhone 2.0 came out by porting espeak to the platform. I used it as a command line utility but it should be possible to make it into a library.

link|flag
vote up 0 vote down

You might also want to have a look at this: http://artofsystems.blogspot.com/2009/02/speech-synthesis-on-iphone-with-flite.html

It uses Flite. It doesn't contain specific instructions but it can give you ideas.

link|flag
I tried to test it out once, but there was a web of compiler errors, and after 2 hrs, i gave up :) – Mustafa Oct 22 at 10:15

Your Answer

Get an OpenID
or

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