简体   繁体   中英

Android: Speech to Text and Speech Recognition Offline

I am stuck in one of my offline Android Application, where in I need Offline Speech Recognition and Speech to Text API.

Kindly share your views and input if anyone has worked on Offline Speech to Text and Speech Recognition.

You could include your own engine, like the CMU Sphinx Engine. This has also the advantage of working without a data connection.

See this post on how to install it on Android - however you have to change the Android.mk : Reverse the order of LOCAL_STATIC_LIBRARIES so the line looks like this:

LOCAL_STATIC_LIBRARIES := pocketsphinx sphinxlm sphinxfeat sphinxfe sphinxutil

Otherwise the NDK will fail to build the package.

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