I want to use pocketsphinx.
when I run my model I got this error :
failed to init recognizer java.io.FileNotFoundException sync/assets.lst
but inside my asset there isn't this file (assets.lst
):
I don't understand this section of article :
http://cmusphinx.sourceforge.net/wiki/tutorialandroid#including_resource_files
Copy app/asset.xml build file from demo application into your application into same folder app. Edit app/build.gradle build file to run assets.xml, just as in android demo:
I'm using android studio and I have not app
directory in my model .