0

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

Community
  • 1
  • 1
Kiran
  • 1,289
  • 3
  • 15
  • 25

1 Answers1

0

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.

  1. APIs for converting Voice/Audio data in to text

  2. API for Voice recognition in among group

  3. iPhone speech recognition API?

Reference: Convert the voice to text in iPhone

Community
  • 1
  • 1
Ahmad Kayyali
  • 8,233
  • 13
  • 49
  • 83