Closed ericleib closed 9 years ago
I am looking for the complete edu.cmu.pocketsphinx java package (in particular edu.cmu.pocketsphinx.Decoder). As mentioned in the readme, the code is separated between three repositories (pocketsphinx-android, pocketsphinx and sphinxbase).
edu.cmu.pocketsphinx
edu.cmu.pocketsphinx.Decoder
This repository only contains classes specific to Android. The pocketsphinx repository and sphinxbase repository are practically only C code.
Or am I missing something obvious?
Yes, you need to learn how SWIG works.
I am looking for the complete
edu.cmu.pocketsphinx
java package (in particularedu.cmu.pocketsphinx.Decoder
). As mentioned in the readme, the code is separated between three repositories (pocketsphinx-android, pocketsphinx and sphinxbase).This repository only contains classes specific to Android. The pocketsphinx repository and sphinxbase repository are practically only C code.
Or am I missing something obvious?