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.
|
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. | ||||
feedback
|
|
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
Otherwise the NDK will fail to build the package. | |||||
feedback
|