Fangjun Kuang
8c4f576f1b
Support .Net framework 2.0 ( #1062 )
2024-06-28 11:27:19 +08:00
Fangjun Kuang
598c12c4e5
Fix CI tests ( #1061 )
2024-06-27 18:05:18 +08:00
Fangjun Kuang
5cce159cf3
Fix passing C# string to C++ ( #1055 )
2024-06-25 10:52:59 +08:00
Fangjun Kuang
e7a45108ac
Remove unused files from .Net examples ( #1051 )
2024-06-24 10:25:14 +08:00
东风破
00de2bd00b
Refactor .Net example project ( #1049 )
...
Co-authored-by: 东风破 <birdfishs@163.com >
2024-06-24 10:10:13 +08:00
Fangjun Kuang
9dd0e03568
Enable to stop TTS generation ( #1041 )
2024-06-22 18:18:36 +08:00
Fangjun Kuang
6789c909d2
Inverse text normalization API of streaming ASR for various programming languages ( #1022 )
2024-06-18 13:42:17 +08:00
Fangjun Kuang
6e09933d99
Inverse text normalization API for other programming languages ( #1019 )
2024-06-17 17:02:39 +08:00
Fangjun Kuang
dcd6ec3123
Publish osx-arm64 nuget package for .Net ( #1003 )
2024-06-14 12:13:49 +08:00
Fangjun Kuang
20a21133af
Use CI to publish dart packages ( #1001 )
2024-06-14 11:50:55 +08:00
Fangjun Kuang
d08cc04567
Add VAD example for Dart API ( #996 )
2024-06-14 10:37:16 +08:00
Fangjun Kuang
fd5a0d1e00
Add C++ runtime for Tele-AI/TeleSpeech-ASR ( #970 )
2024-06-05 00:26:40 +08:00
Fangjun Kuang
f8dbc10146
Fix CI ( #964 )
2024-06-04 17:05:49 +08:00
Fangjun Kuang
0196f1d546
Wrap VAD APIs to C# ( #946 )
2024-05-30 18:29:38 +08:00
Fangjun Kuang
a99c7cb35c
Wrap punctuation APIs to C#. ( #945 )
2024-05-30 16:19:56 +08:00
东风破
909148fe42
Split online.cs and offline.csFile ( #941 )
...
Co-authored-by: 东风破 <birdfishs@163.com >
2024-05-30 11:00:24 +08:00
Fangjun Kuang
86ccb86006
fix building errors introduced by simple-sentencepiece ( #915 )
2024-05-24 14:48:04 +08:00
Fangjun Kuang
4f21aabd3c
Fix CI for JavaScript and Python APIs. ( #901 )
2024-05-22 13:57:00 +08:00
Fangjun Kuang
8af2af8466
Add tail_paddings to Whisper C API. ( #886 )
2024-05-17 09:20:07 +08:00
Fangjun Kuang
677bc1da3e
Add Speaker ID demo for C# ( #862 )
2024-05-11 13:27:33 +08:00
Fangjun Kuang
612002da57
Fix C# to support Chinese tts models using jieba ( #815 )
2024-04-26 11:50:07 +08:00
Fangjun Kuang
6686c7d3e6
Add dict_dir arg to c api to support Chinese TTS models using jieba ( #809 )
2024-04-25 12:28:31 +08:00
Fangjun Kuang
69440e481f
Add WearOS demo for audio tagging ( #777 )
2024-04-17 12:22:17 +08:00
Fangjun Kuang
0d90b34e4a
Support Chinese heteronyms on Android for TTS. ( #742 )
2024-04-08 21:36:47 +08:00
Fangjun Kuang
a5f8fbc83f
Support heteronyms in Chinese TTS ( #738 )
2024-04-08 11:01:30 +08:00
Fangjun Kuang
dbff2eaadb
Add C API for streaming HLG decoding ( #734 )
2024-04-05 10:31:20 +08:00
Fangjun Kuang
305c373107
Add C# API for spoken language identification ( #697 )
2024-03-25 18:45:09 +08:00
Fangjun Kuang
1952772654
Add timestamps and tokens for .Net's online models. ( #690 )
2024-03-23 18:51:56 +08:00
Fangjun Kuang
24f437a6f1
Refactor github actions tests ( #688 )
2024-03-22 21:22:42 +08:00
Fangjun Kuang
c8770aec20
Add nuget package for Windows x86 ( #683 )
2024-03-21 14:57:01 +08:00
Fangjun Kuang
acf0975153
Support whisper language/task in various language bindings. ( #679 )
2024-03-20 16:43:35 +08:00
Fangjun Kuang
6571fc9552
Add tts play example for .Net. ( #676 )
...
It plays the generated audio via a speaker as it is generating.
2024-03-19 17:33:15 +08:00
foreversimon
ce60100f68
Add HotwordsFile and HotwordsScore fields to OnlineRecognizerConfig in C# API ( #675 )
2024-03-19 15:04:08 +08:00
Fangjun Kuang
a65643b594
support onnxruntime v1.17.1 ( #624 )
2024-03-02 11:44:59 +08:00
Fangjun Kuang
c093880d7c
Fix building wheels ( #620 )
2024-03-01 15:20:06 +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
558f5e3263
Use sequential layout for OfflineTtsConfig in C# ( #567 )
2024-02-01 16:06:32 +08:00
Fangjun Kuang
fa2af5dc69
Add TTS demo for C# API ( #557 )
2024-01-28 23:29:39 +08:00
Fangjun Kuang
e475e750ac
Support streaming zipformer CTC ( #496 )
...
* Support streaming zipformer CTC
* test online zipformer2 CTC
* Update doc of sherpa-onnx.cc
* Add Python APIs for streaming zipformer2 ctc
* Add Python API examples for streaming zipformer2 ctc
* Swift API for streaming zipformer2 CTC
* NodeJS API for streaming zipformer2 CTC
* Kotlin API for streaming zipformer2 CTC
* Golang API for streaming zipformer2 CTC
* C# API for streaming zipformer2 CTC
* Release v1.9.6
2023-12-22 13:46:33 +08:00
Fangjun Kuang
3b90e85ef2
Fix building for .Net ( #463 )
2023-12-04 19:27:55 +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
cf199ad466
Support onnxruntime 1.16.0 ( #330 )
2023-09-21 20:39:24 +08:00
Fangjun Kuang
54eca59f19
Fix building .Net package ( #280 )
2023-08-17 10:38:42 +08:00
Fangjun Kuang
e31f9e48c2
Fix various language binding APIs for tdnn and whisper models ( #278 )
2023-08-16 22:15:10 +08:00
Fangjun Kuang
eb5ae18015
Fix C# API to support streaming Paraformer ( #266 )
2023-08-14 15:27:54 +08:00
Fangjun Kuang
a324e0cb0d
Fix building .Net package on Windows ( #254 )
2023-08-10 13:13:48 +08:00
Fangjun Kuang
865fd1e017
Support pkg-config ( #253 )
2023-08-10 11:22:36 +08:00
Fangjun Kuang
46062bb697
Fix building .Net packages ( #247 )
2023-08-09 12:53:13 +08:00
Fangjun Kuang
de2673680e
Fix model_type for jni, c# and iOS. ( #216 )
2023-07-14 22:24:38 +08:00