Speech recognition using Openears framework?

拈花ヽ惹草 提交于 2020-01-03 02:48:26

问题


Operears: The speech recognition(Speech to text) framework for iPhone(iOS Devices), I have installed openears demo app on my iPhone device, It works well but only for a list of words like GO, CHANGE, MODEL. Can we make speech recognition more generic for a real time speech recognition, that is, not limited to few words. It should be generic.

Openears: http://www.politepix.com/openears/


回答1:


You have to use new Language Model instead of their default one.

The language model is the vocabulary that you want OpenEars to understand, in a format that its speech recognition engine can understand.

The smaller and better-adapted to your users' real usage cases the language model is, the better the accuracy.

An ideal language model for PocketsphinxController has fewer than 200 words.

You can dynamically create new language model through the LanguageModelGenerator class.

See the Details about LangaugeModelGenerator & Openears Basic concepts here

Note:

Please post the queries regarding Openears only in their forum

You can see more Speech-To-Text SDK's here



来源:https://stackoverflow.com/questions/13757897/speech-recognition-using-openears-framework

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