Fangjun Kuang
e3bce847c0
Support running sherpa-onnx with RK NPU on Android ( #2124 )
2025-04-15 16:42:28 +08:00
Fangjun Kuang
0cb2db385a
Add README for android libs. ( #1693 )
2025-01-07 11:04:10 +08:00
Fangjun Kuang
e639c70d78
Support linking onnxruntime statically for Android ( #1619 )
2024-12-14 09:53:44 +08:00
Fangjun Kuang
b965f14cf0
Add Python API for clustering ( #1385 )
2024-09-30 11:33:15 +08:00
Fangjun Kuang
c35200dccf
Revert to onnxruntime 1.17.1 ( #1131 )
2024-07-15 14:24:08 +08:00
Fangjun Kuang
dd0ff2ca06
Support onnxruntime 1.18.0 ( #906 )
2024-07-10 17:05:26 +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
b502116068
Refactor flutter to support Android ( #1072 )
2024-07-04 10:49:09 +08:00
Fangjun Kuang
9b67a476e6
Refactor the JNI interface to make it more modular and maintainable ( #802 )
2024-04-24 09:48:42 +08:00
Fangjun Kuang
7f3b9ffe5d
Refactor TTS Android code to support jieba for Chinese TTS models ( #800 )
2024-04-22 17:21:05 +08:00
Fangjun Kuang
a65643b594
support onnxruntime v1.17.1 ( #624 )
2024-03-02 11:44:59 +08:00
Fangjun Kuang
e2397cd1a4
Support Android NNAPI. ( #622 )
2024-03-01 16:39:48 +08:00
Fangjun Kuang
2ab1fa022d
Download android onnxruntime libs from github. ( #584 )
...
It does not need to use git lfs any longer.
2024-02-19 10:32:58 +08:00
Fangjun Kuang
81da0fb7a6
Update onnxruntime from 1.16.3 to 1.17.0 ( #581 )
2024-02-17 12:43:42 +08:00
Fangjun Kuang
902b21894b
Use NDK 22.1 for android build ( #518 )
2024-01-05 20:34:01 +08:00
Fangjun Kuang
62dc3c3e46
Use piper-phonemize to convert text to token IDs ( #453 )
2023-11-30 23:57:43 +08:00
Fangjun Kuang
db41778e99
Support piper-phonemize ( #452 )
2023-11-28 19:12:58 +08:00
Fangjun Kuang
8444d54c4e
Update to onnxruntime 1.16.3 ( #446 )
2023-11-24 14:39:03 +08:00
Fangjun Kuang
9884cf71e7
Update onnxruntime to v1.16.2 ( #421 )
2023-11-12 11:29:33 +08:00
Fangjun Kuang
cca744e34e
Update to onnxruntime v1.16.1 ( #406 )
2023-11-01 16:23:31 +08:00
Fangjun Kuang
6e60a77d89
Add Android APK for Silero VAD ( #335 )
2023-09-23 20:39:13 +08:00
Fangjun Kuang
cf199ad466
Support onnxruntime 1.16.0 ( #330 )
2023-09-21 20:39:24 +08:00
Fangjun Kuang
5d820b88ef
Publish pre-compiled libs for Android. ( #217 )
2023-07-15 12:25:18 +08:00
Fangjun Kuang
b2e0c4c9c2
Update iOS and Android demos to include the latest streaming zipformer ( #189 )
2023-06-27 18:11:37 +08:00
PF Luo
c241f93c40
update build script for android ( #72 )
...
* update build script for android
* small fixes
2023-03-02 16:08:37 +08:00
Fangjun Kuang
ebf5855290
typo fixes ( #70 )
2023-02-28 17:40:41 +08:00
Fangjun Kuang
9064b3f016
Support Android ( #59 )
2023-02-24 13:57:03 +08:00
Fangjun Kuang
5a5d029490
Add build script for Android armv8a ( #58 )
2023-02-22 22:36:05 +08:00