I want to create simple speech recognizer using pocket sphinx for my android application such that as soon as activity launches, when I'm running my app its crashing with this logcat:
basically An error occured while executing doInBackground(), Caused by: java.lang.RuntimeException: new_Decoder returned -1
at edu.cmu.pocketsphinx.PocketSphinxJNI.new_Decoder__SWIG_1(Native Method)
I want to create simple speech recognizer using pocket sphinx for my android application such that as soon as activity launches, when I'm running my app its crashing with this logcat:
basically An error occured while executing doInBackground(), Caused by: java.lang.RuntimeException: new_Decoder returned -1
at edu.cmu.pocketsphinx.PocketSphinxJNI.new_Decoder__SWIG_1(Native Method)
What I'm trying