ios speech to text conversion [duplicate]

痞子三分冷 提交于 2019-12-05 08:17:12

问题


I would like to convert spoken words into text so I can use nslinguistictagger in my app. How can I convert speech to text? What are the options? Does openears support voice to text conversion?


回答1:


Openears will support free speech recognition and text-to-speech functionalities in offline mode.

They have FliteController Class Reference, which controls speech synthesis (TTS) in OpenEars.

They have done an excellent job in speech recognition area.

However, please note that it will detect only the words that you mentioned in vocabulary files.It iss good to work as offline mode to get the better performance.

@Halle: Correct me if I'm wrong.

You have a paid option, Dragon Dictation which is working as online engine.

or use VocalKit: Shim for Speech Recognition on iPhone

I would like to point out that , none of them are accurate than Siri (Siri SDK is not available yet).




回答2:


OpenEars developer here. Yes, OpenEars does speech recognition and text-to-speech. You need to define a language model or grammar for it containing your vocabulary, but it can be done automatically from an NSArray of word or phrase NSStrings, or a text corpus.



来源:https://stackoverflow.com/questions/15610703/ios-speech-to-text-conversion

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