0

I want to ask a question about the iPhone application. Does Apple provide any API to the developers to record the phone call and convert it to text message? Thank you.

Questions
  • 20,055
  • 29
  • 72
  • 101
  • 1
    possible duplicate of [iPhone App › Add voice recognition?](http://stackoverflow.com/questions/942312/iphone-app-add-voice-recognition) – Brad Larson Sep 02 '10 at 14:33

1 Answers1

1

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.

FYI...

APIs for converting Voice/Audio data in to text

API for Voice recognition in among group

iPhone speech recognition API?

Community
  • 1
  • 1
JWD
  • 12,188
  • 3
  • 34
  • 32