ios speech to text conversion [duplicate]

2019-04-03 01: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?

2条回答
唯我独甜
2楼-- · 2019-04-03 01:38

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

查看更多
Explosion°爆炸
3楼-- · 2019-04-03 01:53

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.

查看更多
登录 后发表回答