yujinqiu
d01682d968
Add vad clear api for better performance ( #366 )
...
* Add vad clear api for better performance
* rename to make naming consistent and remove macro
* Fix linker error
* Fix Vad.kt
2023-10-16 14:40:47 +08:00
Fangjun Kuang
6e60a77d89
Add Android APK for Silero VAD ( #335 )
2023-09-23 20:39:13 +08:00
Wei Kang
d7eab95439
Add java api for hotwords ( #319 )
...
* Add java api
* support websocket
* Fix kotlin
2023-09-18 22:44:29 +08:00
Fangjun Kuang
debab7c091
Add two-pass speech recognition Android/iOS demo ( #304 )
2023-09-12 15:40:16 +08:00
Fangjun Kuang
35526e26e1
Support paraformer on Android ( #264 )
2023-08-14 12:26:15 +08:00
Fangjun Kuang
79c2ce5dd4
Refactor online recognizer ( #250 )
...
* Refactor online recognizer.
Make it easier to support other streaming models.
Note that it is a breaking change for the Python API.
`sherpa_onnx.OnlineRecognizer()` used before should be
replaced by `sherpa_onnx.OnlineRecognizer.from_transducer()`.
2023-08-09 20:27:31 +08:00
Wilson Wongso
64efbd82af
Implement Tokens in Swift and Kotlin ( #227 )
...
Co-authored-by: duc <duc@appiphany.com.au >
2023-08-05 18:37:03 +08:00
Fangjun Kuang
de2673680e
Fix model_type for jni, c# and iOS. ( #216 )
2023-07-14 22:24:38 +08:00
PF Luo
8c6a6768d5
Add lm rescore to online-modified-beam-search ( #133 )
2023-05-05 21:23:54 +08:00
Fangjun Kuang
4024bfab32
Add examples for Kotlin API ( #124 )
2023-04-19 17:29:35 +08:00
Fangjun Kuang
ad05f52666
Add timestamps for streaming ASR. ( #123 )
2023-04-19 16:02:37 +08:00
zhaomingwork
4b5d2887cb
add java wrapper suppport ( #117 )
2023-04-15 22:17:28 +08:00
Fangjun Kuang
5572246253
Add non-streaming ASR ( #92 )
2023-03-26 08:53:42 +08:00
Fangjun Kuang
5f31b22c12
Fix modified beam search for iOS and android ( #76 )
...
* Use Int type for sampling rate
* Fix swift
* Fix iOS
2023-03-03 15:18:31 +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
Fangjun Kuang
ef93dcd733
Add JNI ( #57 )
2023-02-22 21:14:57 +08:00