Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 500 Bytes

File metadata and controls

8 lines (6 loc) · 500 Bytes

Description

  1. Get the the libgoogle_speech_jni.so library from google quick search box version 11.7.11.21 (x86_64) and copy it to ./google-speech-offline-master/app/src/main/jniLibs/x86_64
  2. Copy the models from the quick search box /data/data directory to /sdcard/offline-speech/models
  3. Copy an audio sample to /sdcard/offline-speech
  4. Compile and run the app

Note: You may have to adjust some variables whitin the source code in order to match the copied files above.