How to install HTK on Android?

Like this question. Since I do not want to transmit voice data to the server, it may cost me more time. I wonder if I can use HTK to recognize voice data locally using the Android application so that I do not need to transfer this sound to the server. There may be a solution here, but can someone give me a more streamlined tutorial on how to build HTK with ndk android android? Thank!

+3
source share
1 answer

Maybe pocketsphinxmore suitable for you, see this tutorial: http://cmusphinx.sourceforge.net/wiki/tutorialandroid . And to create the JNI API from pocketsphinxyourself, see Building PocketSphinxAndroidDemo (from the CMUSphinx project) for more details.

+4
source

All Articles