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
..
2024-01-17 21:23:33 +02:00
2023-12-14 22:00:47 +02:00
2024-01-14 10:55:18 +02:00
2023-11-20 13:16:38 +02:00
2023-02-18 09:42:31 +02:00