Fangjun Kuang
3bf986d08d
Support non-streaming zipformer CTC ASR models ( #2340 )
...
This PR adds support for non-streaming Zipformer CTC ASR models across
multiple language bindings, WebAssembly, examples, and CI workflows.
- Introduces a new OfflineZipformerCtcModelConfig in C/C++, Python, Swift, Java, Kotlin, Go, Dart, Pascal, and C# APIs
- Updates initialization, freeing, and recognition logic to include Zipformer CTC in WASM and Node.js
- Adds example scripts and CI steps for downloading, building, and running Zipformer CTC models
Model doc is available at
https://k2-fsa.github.io/sherpa/onnx/pretrained_models/offline-ctc/icefall/zipformer.html
2025-07-04 15:57:07 +08:00
Fangjun Kuang
bda427f4b2
Add API to get version information ( #2309 )
2025-06-25 00:22:21 +08:00
Fangjun Kuang
6982b86c66
Support extra languages in multi-lang kokoro tts ( #2303 )
2025-06-20 11:22:52 +08:00
Fangjun Kuang
85df96d528
Add Dart API for homophone replacer ( #2167 )
2025-04-30 23:15:28 +08:00
Fangjun Kuang
07a5701af6
Add Dart API for Dolphin CTC models ( #2095 )
2025-04-03 15:59:38 +08:00
Fangjun Kuang
fd78a482df
Add Dart API for speech enhancement GTCRN models ( #1993 )
2025-03-12 12:39:08 +08:00
Grey Faulkenberry, MD MPH
70742b69ec
Flutter Config toJson/fromJson ( #1893 )
2025-02-25 14:43:48 +08:00
Fangjun Kuang
b5d89d7bcb
Add Dart API for FireRedAsr AED Model ( #1877 )
2025-02-17 15:17:08 +08:00
Grey Faulkenberry, MD MPH
115e9c2247
Flutter OnlinePunctuation ( #1854 )
2025-02-13 15:57:06 +08:00
Fangjun Kuang
69f489f0cd
Support scaling the duration of a pause in TTS. ( #1820 )
2025-02-08 12:47:26 +08:00
Fangjun Kuang
35f5ff3166
Add Dart API for Kokoro TTS 1.0 ( #1806 )
2025-02-07 15:53:13 +08:00
Fangjun Kuang
8b989a851c
Fix keyword spotting. ( #1689 )
...
Reset the stream right after detecting a keyword
2025-01-20 16:41:10 +08:00
Fangjun Kuang
4335e2accd
Add Dart API for Kokoro TTS models ( #1723 )
2025-01-16 17:58:19 +08:00
Fangjun Kuang
d7c95d33a3
Add Dart API for MatchaTTS models ( #1687 )
2025-01-06 11:03:31 +08:00
w-rui
0a43e9c879
Add constructor fromPtr() for all flutter class with factory ctor. ( #1667 )
...
Co-authored-by: wangrui <wangrui@oecore.com >
2024-12-31 18:07:52 +08:00
Fangjun Kuang
9a48012648
Use xcframework for Flutter iOS plugin. ( #1547 )
2024-11-16 16:42:02 +08:00
Fangjun Kuang
54468a7370
Add Dart API for Moonshine models. ( #1481 )
2024-10-27 12:04:12 +08:00
Fangjun Kuang
1ed803adc1
Dart API for speaker diarization ( #1418 )
2024-10-11 21:17:41 +08:00
Fangjun Kuang
d8809b520e
Fix CI errors introduced by supporting loading keywords from buffers ( #1366 )
2024-09-20 19:04:21 +08:00
Fangjun Kuang
e7ffcbd677
Add APIs about max speech duration in VAD for various programming languages ( #1349 )
2024-09-14 12:30:13 +08:00
Fangjun Kuang
544857b097
Fix building ( #1343 )
2024-09-13 13:33:52 +08:00
Emmanuel Schmidbauer
8c087d9110
flutter: add lang, emotion, event to OfflineRecognizerResult ( #1268 )
2024-08-17 07:21:59 +08:00
Fangjun Kuang
94e256244d
Add blank penalty for various language bindings. ( #1234 )
2024-08-08 10:43:31 +08:00
Fangjun Kuang
646f99c870
Dart API for adding punctuations to text ( #1182 )
2024-07-29 12:41:52 +08:00
Fangjun Kuang
cd1fedaa49
Add Dart API for audio tagging ( #1181 )
2024-07-29 11:15:14 +08:00
Fangjun Kuang
4e6aeff07e
Refactor C API to prefix each API with SherpaOnnx. ( #1171 )
2024-07-26 18:47:02 +08:00
Fangjun Kuang
ac8223bd8a
Add Dart API for keyword spotter ( #1162 )
2024-07-22 10:53:34 +08:00
Fangjun Kuang
ffdb23a8ec
Add dart API for SenseVoice ( #1159 )
2024-07-21 21:48:12 +08:00
Fangjun Kuang
4c626e89cf
Fix releasing dart packages ( #1117 )
2024-07-13 10:51:54 +08:00
Fangjun Kuang
5a2603ff5c
Handle invalid utf8 sequence from Whisper for Dart API. ( #1106 )
...
Fixes #1104
2024-07-10 21:48:23 +08:00
Fangjun Kuang
c2cc9dec58
Add Flush to VAD so that the last segment can be detected. ( #1099 )
2024-07-09 16:15:56 +08:00
Fangjun Kuang
1fe12c5107
Support the platform iOS for Flutter ( #1079 )
2024-07-06 19:43:37 +08:00
Fangjun Kuang
b502116068
Refactor flutter to support Android ( #1072 )
2024-07-04 10:49:09 +08:00