ios speech to text conversion [duplicate]

只愿长相守 提交于 2019-12-03 22:01:11

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).

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.

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