Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing CMUSphinx on Android without NDK
    text
    copied!<p>I am trying to write a speech recognition program for Android, the most popular one for Windows seems to be here:<a href="https://sites.google.com/site/opiatefuchs/home/pocketsphinxandroiddemo" rel="nofollow noreferrer">https://sites.google.com/site/opiatefuchs/home/pocketsphinxandroiddemo</a> </p> <p>The link for PocketsphinxAndroidDemo seems to be broken, so downloaded it from <a href="https://github.com/cesine/AndroidPocketSphinx" rel="nofollow noreferrer">here</a>, which I found <a href="https://stackoverflow.com/questions/17263507/downloading-pocketsphinx-demo-on-android">here</a>. If I use this version of PocketSphinxAndroid, it needs a lot of modification in the Eclipse project settings, however, at the end of the day, I was able to get it to work </p> <p>But now I realize that PocketSphinxAndroid is just a user interface for the phone, while pocketsphinx and sphinxbase are the ones that are actually doing the speech recognition. Unlike Sphinx 4 (whichi s written in Java), they are written in C and so have to be compiled using the NDK, which is something I am not familier with. I was hoping to to use something such as Sphinx 4, written in java, but for the Android DVM. </p> <p>So the question is, <strong>is a version of pocketsphinx available which is entirely written in Android Java</strong>, or <strong>is it possible to modify Sphinx 4 to work under android (for example, use Android'd AudioRecord instead of the Microphone class to get audio input samples)</strong>?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload