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.
|
|
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.
|
||
|
|
|
|
The API docs would suggest that the API is not available. |
||
|
|
|
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. |
||
|
|
|
This is possible, but you will have to roll your own. I have seen an app do this. |
||
|
|
|
|
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. |
||
|
|
|
|
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. |
||
|