I'm doing a little research about Pocketsphinx for Android for a project at my
university and I've got a little problem xD"
The imports
edu.cmu.pocketsphinx.Config;
edu.cmu.pocketsphinx.Decoder;
edu.cmu.pocketsphinx.Hypothesis;
edu.cmu.pocketsphinx.pocketsphinx;
cannot be resolved.
I'm wanted to use it on a virtual android device via eclipse but couldn't get
it to work.
Does anyone have any suggestions how to get that to work? Would be great if
anyone could help^^
Avalon87
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First of all you need to create java wrapper using swig. Read Android.mk
header, you need to specify library location there. Also make sure that you
have swig installed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there,
I'm doing a little research about Pocketsphinx for Android for a project at my
university and I've got a little problem xD"
The imports
edu.cmu.pocketsphinx.Config;
edu.cmu.pocketsphinx.Decoder;
edu.cmu.pocketsphinx.Hypothesis;
edu.cmu.pocketsphinx.pocketsphinx;
cannot be resolved.
I'm wanted to use it on a virtual android device via eclipse but couldn't get
it to work.
Does anyone have any suggestions how to get that to work? Would be great if
anyone could help^^
Avalon87
First of all you need to create java wrapper using swig. Read Android.mk
header, you need to specify library location there. Also make sure that you
have swig installed.