Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 644 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 644 Bytes

KaldiDroidDemo

The scaffold project for Android apps to explore Kaldi.

Currently, the jniLibs folder contains all the dynamic link libraries target on ARM. You can simply prune them as needed.

For more info about compiling those libraries on Android, please check here and the official doc.

Note: In order to generate the related signature for the native methods, please go to folder app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes , run from command line :

javah `full-path-to-your-class`