whisper.cpp/examples/whisper.android/lib
Neuman Vong d6b9be21d7
whisper.android : return output from benchmarks (#1785)
Benchmarks are failing because JNI expects a jstring and the benchmarks
are missing a return statement (i.e., returning null). The functions
actually build a jstring but don't return it, so this seems to have been
an oversight.

This patch returns the jstring and now the benchmarks run successfully.

Fixes #1783.
2024-01-19 16:17:38 +02:00
..
src/main whisper.android : return output from benchmarks (#1785) 2024-01-19 16:17:38 +02:00
.gitignore android : decouple example into a library and app module (#1445) 2023-11-07 14:27:33 +02:00
build.gradle android : decouple example into a library and app module (#1445) 2023-11-07 14:27:33 +02:00