cmusphinx / pocketsphinx-android

pocketsphinx build for Android
BSD 2-Clause "Simplified" License
235 stars 130 forks source link

Code missing from repository? #13

Closed ericleib closed 9 years ago

ericleib commented 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).

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?

nshmyrev commented 9 years ago

Yes, you need to learn how SWIG works.