简体   繁体   中英

Selecting Model for offline speech recognition in Android

I want to implement CMU Sphinx Speech Recognition Toolkit in my project that is in Android. For that I want to ask for a demo project that could help me in implementation in my project, also I want to ask which model is being used and how?

For that I want to ask for a demo project that could help me in implementation in my project

You can find the demo here http://cmusphinx.sourceforge.net/wiki/tutorialandroid

also i want to ask about the Model that which model is being used and how?

Models are located in assets folder in demo application. You can learn more about models and how are they used in recognition from the tutorial

http://cmusphinx.sourceforge.net/wiki/tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM