Fangjun Kuang
944400e399
Fix spliting text by languages for kokoro tts. ( #1849 )
2025-02-13 18:19:34 +08:00
Fangjun Kuang
d38cb81014
Fix passing gb2312 encoded strings to tts on Windows ( #1819 )
2025-02-08 09:48:58 +08:00
Fangjun Kuang
b6f0f5fc2e
Support removing invalid utf-8 sequences. ( #1648 )
2024-12-25 19:32:13 +08:00
Fangjun Kuang
329fe1aa8b
Support adding punctuations to the speech recogntion result ( #761 )
2024-04-13 12:15:57 +08:00
Fangjun Kuang
1ee79e3ff5
Support Chinese vits models ( #368 )
2023-10-18 10:19:10 +08:00
Fangjun Kuang
865fd1e017
Support pkg-config ( #253 )
2023-08-10 11:22:36 +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
f9f9f20d37
Test int8 models ( #107 )
...
* Test int8 models
* Fix displaying help messages
* small fixes
* Fix jni test
2023-03-31 22:34:10 +08:00
Fangjun Kuang
dffb0fd43c
Refactor offline recognizer. ( #94 )
...
* Refactor offline recognizer.
The purpose is to make it easier to support different types of models.
2023-03-27 14:59:40 +08:00
Fangjun Kuang
3ea6aa949d
Add Streaming zipformer ( #50 )
2023-02-21 20:00:03 +08:00