Skip to content

Commit 28990fa

Browse files
committed
foix
1 parent 8466485 commit 28990fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binding/android/Eagle/eagle/src/main/java/ai/picovoice/eagle/EagleProfilerNative.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class EagleProfilerNative {
2020

2121
static native long init(
2222
String accessKey,
23-
String modelPath) throws EagleException;
23+
String modelPath,
24+
String device) throws EagleException;
2425

2526
static native void delete(long object);
2627

0 commit comments

Comments
 (0)