Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions examples/Android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Note:

make BIT=64

For different Android phones, for example Android 4.4.4 and Android 8.0, if you don't know whether you should add BIT=64 parameter, then do make first, and then make BIT=64.

Ths will generate a cross-compiled library for ARM:

jniLibs/
Expand Down Expand Up @@ -71,6 +73,11 @@ To run hotword detection in Java:

You may want to play with the frequency of the calls to `RunDetection()`, which controls the CPU usage and the detection latency.

To use jarvis.umdl in Android demo:

public static final String ACTIVE_UMDL = "jarvis.umdl"; // Modify this line in Constants.java
detector.SetSensitivity("0.6, 0.6"); // Modify this line in RecordingThread.java


## Common Asks

Expand Down