Possible Duplicates:
How to implement text to speech functionality in iPad ?
Text to speech on iPhone
converting text to speech in Objective-c
, can anyone suggest an API or sample code for this?
Thanx in advance
Possible Duplicates:
How to implement text to speech functionality in iPad ?
Text to speech on iPhone
converting text to speech in Objective-c
, can anyone suggest an API or sample code for this?
Thanx in advance
You need to have a look at these:
In short, there are no APIs for recording phone calls or converting text to speech. You will need to create a speech recognition engine. I suspect the iPhone hardware will not be powerful enough to handle that type of processing though.
Reference: Convert the voice to text in iPhone