How Speech to Text conversion in iPhone

余生颓废 提交于 2019-11-27 02:27:15

问题


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


回答1:


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.




回答2:


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.




回答3:


http://cmusphinx.sourceforge.net/2010/05/vocalkit-shim-for-speech-recognition-on-iphone/

This looks promising.




回答4:


As of iOS 10 (not released yet), Apple has their own speech recognition API.

https://developer.apple.com/reference/speech/sfspeechrecognizer



来源:https://stackoverflow.com/questions/2270655/how-speech-to-text-conversion-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!