Is there any way, by which we can convert speech to Text using iPhone SDK?

link|improve this question

This is a duplicate of stackoverflow.com/questions/942312/… and stackoverflow.com/questions/1118400/speech-recognition, among others. – Brad Larson Feb 16 '10 at 13:07
feedback

3 Answers

up vote 2 down vote accepted

Yes, if you are Google, Dragon, or Siri. The iPhone SDK does not provide any access to the iPhone 3GS's built-in voice recognition, which is apparently none too elaborate anyway. Your best bet is to find a web service to which you can upload audio clips for analysis.

link|improve this answer
Thank you Noah. Is that the same case for Text to speech? – Krishnan Feb 16 '10 at 5:20
1  
Yes. The article I linked to ("none too elaborate") explains how the speech synthesis API works; it's a little more robust, but is still not part of the public SDK. As such, using it, rather than a web-based text-to-speech service, will get your app rejected for use of a private API. – Noah Witherspoon Feb 17 '10 at 13:15
feedback

Krishnan ,This is Reply for your Comment Is that the same case for Text to speech?.

No there is Library called OpenEars by using this Library you may achieve the text to Speech functionality.

OpenEars

OpenEars is an open-source iOS library` for implementing round-trip English language speech recognition and text-to-speech on the iPhone and iPad.

You should take a look of this library.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.