Commit Graph

10 Commits

Author SHA1 Message Date
Fangjun Kuang
9539af5f5c Fix 32-bit arm CI (#2276) 2025-06-03 21:02:33 +08:00
Fangjun Kuang
0e0afb2cc8 Publish jar for more java versions (#2017) 2025-03-18 11:42:27 +08:00
Fangjun Kuang
4d79e6a007 Add C++ API for streaming zipformer ASR on RK NPU (#1908) 2025-02-24 19:07:37 +08:00
Fangjun Kuang
d60a4d418e Provide prebuilt .jar files for different java versions. (#1307) 2024-08-30 14:16:31 +08:00
Fangjun Kuang
0ccd3a4c3f remove extra files from linux/macos/windows jni libs (#1301) 2024-08-29 10:45:38 +08:00
Fangjun Kuang
a25075101c Build sherpa-onnx as a single shared library (#1078)
When `-D BUILD_SHARED_LIBS=ON` is passed to `cmake`, it builds a single shared library.

Specifically, 

- For C APIs, it builds `libsherpa-onnx-c-api.so`
- For Python APIs, it builds `_sherpa_onnx.cpython-xx-xx.so`
- For Kotlin and Java APIs, it builds `libsherpa-onnx-jni.so`

There is no `libsherpa-onnx-core.so` any longer.

Note it affects only shared libraries.
2024-07-06 16:41:54 +08:00
Fangjun Kuang
2f8c489698 Publish pre-built jni libs for windows and osx (#1056) 2024-06-25 11:59:04 +08:00
Fangjun Kuang
5cce159cf3 Fix passing C# string to C++ (#1055) 2024-06-25 10:52:59 +08:00
Fangjun Kuang
6b7ced2317 Fix the alsa-lib version to v1.2.12 (#1048) 2024-06-23 20:20:38 +08:00
Fangjun Kuang
0be7f28853 build pre-compiled libs for jni (linux x64) (#1026) 2024-06-18 16:50:04 +08:00