Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi I am working in iPhone application, I want to develop speech conversion to text in objective-c.
I tried my level best but i can't get any tutorial for this, please help me.
How to convert speech to text?
Posted

1 solution

Here, similar question asked and is marked as an answer: Convert the voice to text in iPhone[^]

Answer is:
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?[^]



Possible alternative:

OpenEars is an open-source library for speech to text conversion for iPhone and iPad. You should be able to integrate this into your app. Their website has tutorials for setting up/configuring OpenEars and how to integrate OpenEars into your own iPhone/iPad application.
Refer: OpenEars[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900