Fangjun Kuang
8982984ea2
add a two-pass python example ( #303 )
2023-09-10 17:56:13 +08:00
Fangjun Kuang
86b18184c9
Fix Go examples ( #300 )
2023-09-07 15:27:41 +08:00
Fangjun Kuang
a12ebfab22
treat unk as blank ( #299 )
2023-09-07 15:12:29 +08:00
Fangjun Kuang
ffeff3b8a3
Fix a typo for Go ( #298 )
2023-09-07 11:29:00 +08:00
Fangjun Kuang
a0a747a0c0
add endpointing for online websocket server ( #294 )
2023-08-31 14:41:04 +08:00
Wei Kang
2b0152d2a2
Fix context graph ( #292 )
2023-08-28 19:39:22 +08:00
Fangjun Kuang
49ec7e8f57
Fix building APK ( #286 )
2023-08-18 15:28:06 +08:00
Fangjun Kuang
e955f9c752
Release pre-built APKs ( #285 )
2023-08-18 14:28:44 +08:00
Fangjun Kuang
5c5b335232
Remove whisper dependency from the whisper Python example ( #283 )
2023-08-17 13:18:59 +08:00
Fangjun Kuang
eb22b4845a
Fix a bug for multilingual ASR ( #281 )
2023-08-17 10:43:26 +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
zhaomingwork
3ab135c1eb
update Makefile for paraformer java ( #277 )
2023-08-16 22:11:50 +08:00
zhaomingwork
256a8ecb50
update java for paraformer ( #276 )
2023-08-16 20:16:51 +08:00
Fangjun Kuang
f709c95c5f
Support multilingual whisper models ( #274 )
2023-08-16 00:28:52 +08:00
Fangjun Kuang
496c5dd7f5
Fix pip install on Windows for Python 3.11 ( #271 )
2023-08-14 22:22:46 +08:00
Fangjun Kuang
313debe45c
small fixes to python api examples ( #269 )
2023-08-14 20:53:36 +08:00
Fangjun Kuang
bc791d4996
Fix C api for Go and MFC to support streaming paraformer ( #268 )
2023-08-14 17:02:23 +08:00
Fangjun Kuang
eb5ae18015
Fix C# API to support streaming Paraformer ( #266 )
2023-08-14 15:27:54 +08:00
Fangjun Kuang
a8bdb4b38a
Support paraformer on iOS ( #265 )
...
* Fix C API to support streaming paraformer
* Fix Swift API
* Support paraformer in iOS
2023-08-14 14:38:41 +08:00
Fangjun Kuang
35526e26e1
Support paraformer on Android ( #264 )
2023-08-14 12:26:15 +08:00
Fangjun Kuang
6038e2aa62
Support streaming paraformer ( #263 )
2023-08-14 10:32:14 +08:00
Fangjun Kuang
a4bff28e21
Support TDNN models from the yesno recipe from icefall ( #262 )
2023-08-12 19:50:22 +08:00
Fangjun Kuang
b094868fb8
Add non-streaming websocket server for python ( #259 )
2023-08-11 15:56:24 +08:00
Fangjun Kuang
6c0f002825
Typo fixes for .Net examples ( #258 )
2023-08-10 20:35:51 +08:00
frankyoujian
9dcad7e963
Reinitialize context state after Reset stream when using contexts ( #257 )
2023-08-10 14:19:40 +08:00
骨灰级
f73a799667
fix go build error ( #256 )
...
fix #255
2023-08-10 14:18:23 +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
xiaott
a04221a1ce
fix cargs cmake typo ( #252 )
...
Co-authored-by: xiaott <xiaott@LAPTOP-3UTS3SBS.localdomain >
2023-08-09 22:49:22 +08:00
Fangjun Kuang
d26bba1ec5
release v1.7.0 ( #251 )
2023-08-09 20:31:04 +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
Fangjun Kuang
6061318e3f
fix building on linux with GPU ( #249 )
2023-08-09 20:21:28 +08:00
Fangjun Kuang
92bfee0424
Flush stderr on write ( #248 )
2023-08-09 15:33:01 +08:00
Fangjun Kuang
46062bb697
Fix building .Net packages ( #247 )
2023-08-09 12:53:13 +08:00
Fangjun Kuang
aa48b76d4b
Fix initial tokens to decoding ( #246 )
2023-08-09 12:33:47 +08:00
Fangjun Kuang
aeb112dd06
Support specifying provider for python examples ( #244 )
2023-08-09 10:00:34 +08:00
Fangjun Kuang
6235cb9f1b
Fix building wheels for Linux ( #240 )
2023-08-07 20:16:05 +08:00
Fangjun Kuang
f7c05b1570
Add CI test for Whisper models ( #239 )
2023-08-07 19:24:52 +08:00
Fangjun Kuang
45b9d4ab37
Support whisper models ( #238 )
2023-08-07 12:34:18 +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
c5756734a9
Use parse options to parse arguments from sherpa-onnx-microphone ( #237 )
2023-08-05 18:05:18 +08:00
zhaomingwork
5c9aebd583
For java ci actions ( #231 )
2023-08-05 10:32:48 +08:00
Fangjun Kuang
92976b04a0
Update sherpa-onnx-go package version ( #233 )
2023-08-04 12:33:06 +08:00
frankyoujian
801693a4d4
Support real time hotwords on python ( #230 )
...
* support real time hotwords on python
* fix comments
2023-08-03 15:50:11 +08:00
Fangjun Kuang
8ab0090909
Fix scripts for releasing go packages ( #232 )
2023-08-03 10:55:03 +08:00
Fangjun Kuang
c88e672733
Fix building wheels on Windows ( #229 )
2023-08-01 13:45:02 +08:00
zhaomingwork
5a549615df
Java api update for adding modelType in config class ( #228 )
2023-07-30 17:04:18 +08:00
Jingzhao Ou
daffdab52a
Updated hypothesis key generation to be the same as sherpa ( #226 )
2023-07-28 14:19:49 +08:00
Fangjun Kuang
a12252a01d
Fix windows CUDA build CI ( #223 )
2023-07-25 12:33:23 +08:00