Fangjun Kuang
109fb799ca
fix building for Android ( #1568 )
2024-11-27 10:36:16 +08:00
Fangjun Kuang
2101227269
Add streaming ASR support for HarmonyOS. ( #1565 )
2024-11-26 18:36:56 +08:00
Fangjun Kuang
9ab89c33bc
Support building GPU-capable sherpa-onnx on Linux aarch64. ( #1500 )
...
Thanks to @Peakyxh for providing pre-built onnxruntime libraries
with CUDA support for Linux aarch64.
Tested on Jetson nano b01
2024-11-01 11:16:28 +08:00
Fangjun Kuang
3687c9f60a
Reduce onnxruntime log output. ( #1306 )
...
Change the logging level from WARNING to ERROR.
2024-08-30 12:50:34 +08:00
Fangjun Kuang
a11c859971
Support clang-tidy ( #1034 )
2024-06-19 20:51:57 +08:00
Fangjun Kuang
d364610605
Use a single thread when loading models ( #703 )
2024-03-26 13:35:33 +08:00
Fangjun Kuang
0d258dd150
Support spoken language identification with whisper ( #694 )
2024-03-24 22:57:00 +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
5a6b55c5a7
Reduce model initialization time for online speech recognition ( #215 )
...
* Reduce model initialization time for online speech recognition
* Fixed Styling
---------
Co-authored-by: w11wo <wilsowong961@gmail.com >
2023-07-14 21:20:10 +08:00
Fangjun Kuang
bebc1f1398
Use static libraries for MFC examples ( #210 )
2023-07-13 14:52:43 +08:00
danfu
1c3dac9001
support streaming zipformer2 ( #185 )
...
Co-authored-by: danfu <danfu@tencent.com >
2023-06-26 11:09:43 +08:00
Fangjun Kuang
cea718e3d8
Support CoreML for macOS ( #151 )
2023-05-12 15:57:44 +08:00
Jingzhao Ou
0992063de8
Stack and streaming conformer support ( #141 )
...
* added csrc/stack.cc
* stack: added checks
* added copyright info
* passed cpp style checks
* formatted code
* added some support for streaming conformer model support (not verified)
* code lint
* made more progress with streaming conformer support (not working yet)
* passed style check
* changes as suggested by @csukuangfj
* added some debug info
* fixed style check
* Use Cat to replace Stack
* remove debug statements
---------
Co-authored-by: Jingzhao Ou (jou2019) <jou2019@cisco.com >
Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com >
2023-05-11 14:30:39 +08:00
Fangjun Kuang
80060c276d
Begin to support CTC models ( #119 )
...
Please see https://k2-fsa.github.io/sherpa/onnx/pretrained_models/offline-ctc/nemo/index.html for a list of pre-trained CTC models from NeMo.
2023-04-07 23:11:34 +08:00
frankyoujian
822e05f169
Support windows x86 platform ( #86 )
...
* support windows x86 platform
* improve cmake
* resolve comments
---------
Co-authored-by: Jian You (jianyou) <jianyou@cisco.com >
2023-03-07 16:47:47 +08:00
PF Luo
5326d0f81f
add modified beam search ( #69 )
2023-03-01 15:32:54 +08:00
Fangjun Kuang
5a5d029490
Add build script for Android armv8a ( #58 )
2023-02-22 22:36:05 +08:00
Fangjun Kuang
3ea6aa949d
Add Streaming zipformer ( #50 )
2023-02-21 20:00:03 +08:00
Fangjun Kuang
ea09d5fbc5
Add Python API ( #31 )
2023-02-19 19:36:03 +08:00
Fangjun Kuang
cb8f85ff83
Add online LSTM transducer model ( #25 )
2023-02-18 21:35:15 +08:00