Commit Graph

31 Commits

Author SHA1 Message Date
Fangjun Kuang
b3e05f6dc4 Fix style issues (#1458) 2024-10-24 11:15:08 +08:00
Fangjun Kuang
117cd7bb8c Support whisper large/large-v1/large-v2/large-v3 and distil-large-v2 (#1114) 2024-07-12 23:47:39 +08:00
Fangjun Kuang
a25075101c Build sherpa-onnx as a single shared library (#1078)
When `-D BUILD_SHARED_LIBS=ON` is passed to `cmake`, it builds a single shared library.

Specifically, 

- For C APIs, it builds `libsherpa-onnx-c-api.so`
- For Python APIs, it builds `_sherpa_onnx.cpython-xx-xx.so`
- For Kotlin and Java APIs, it builds `libsherpa-onnx-jni.so`

There is no `libsherpa-onnx-core.so` any longer.

Note it affects only shared libraries.
2024-07-06 16:41:54 +08:00
Fangjun Kuang
fd5a0d1e00 Add C++ runtime for Tele-AI/TeleSpeech-ASR (#970) 2024-06-05 00:26:40 +08:00
Fangjun Kuang
34d70a259f Add Python API and Python examples for audio tagging (#753) 2024-04-11 11:12:48 +08:00
布宝
d21c45d0ea Add --continue to wget (#750)
Also, switch to github mirror
2024-04-11 09:07:31 +08:00
Fangjun Kuang
1952772654 Add timestamps and tokens for .Net's online models. (#690) 2024-03-23 18:51:56 +08:00
Karel Vesely
eaec4c83c2 Configurable low_freq high_freq, dithering (#664) 2024-03-22 21:41:44 +08:00
Fangjun Kuang
8b7928e7d6 Fix computing features for whisper. (#617) 2024-02-29 16:56:29 +08:00
Fangjun Kuang
a9e7747736 Fix cmake variables to point to the project root directory. (#545) 2024-01-24 19:21:23 +08:00
Fangjun Kuang
2024e96639 Add C++ runtime for speaker verification models from NeMo (#527) 2024-01-13 21:42:09 +08:00
Fangjun Kuang
1ee79e3ff5 Support Chinese vits models (#368) 2023-10-18 10:19:10 +08:00
Fangjun Kuang
45b9d4ab37 Support whisper models (#238) 2023-08-07 12:34:18 +08:00
Fangjun Kuang
6125d9e063 Refactor onnxruntime.cmake (#220) 2023-07-18 15:44:54 +08:00
Fangjun Kuang
bebc1f1398 Use static libraries for MFC examples (#210) 2023-07-13 14:52:43 +08:00
Fangjun Kuang
a40697f633 Fix building for GPU support. (#195) 2023-07-05 18:18:31 +08:00
Fangjun Kuang
5572246253 Add non-streaming ASR (#92) 2023-03-26 08:53:42 +08:00
Fangjun Kuang
6f92bc7362 Fix issues about DLLs when installing pre-compiled wheels on windows (#91) 2023-03-18 13:55:59 +08:00
frankyoujian
3a79115884 fix cmake parse path string error (#88)
Co-authored-by: Jian You (jianyou) <jianyou@cisco.com>
2023-03-07 18:01:29 +08:00
Fangjun Kuang
1cf2c0417a Ci windows x86 (#87)
* CI for 32-bit windows

* small fixes
2023-03-07 17:14:52 +08:00
Fangjun Kuang
422221b3b4 Add transpose (#82) 2023-03-05 11:27:17 +08:00
Fangjun Kuang
62ae1dcd24 Add alternative URLs for downloading deps (#80) 2023-03-05 09:42:16 +08:00
Fangjun Kuang
ea09d5fbc5 Add Python API (#31) 2023-02-19 19:36:03 +08:00
Fangjun Kuang
0f6f58d1d3 Add online transducer decoder (#27) 2023-02-19 10:39:07 +08:00
Fangjun Kuang
b2d96c1d9a Refactor cmake (#24)
* Refactor cmake

* small fixes
2023-02-17 14:36:40 +08:00
Fangjun Kuang
4614d02d6d Support windows (#17)
* add onnxruntime for windows
2022-10-13 17:30:30 +08:00
Yunus Emre Özköse
e62ef7ae13 minor fix 2022-09-23 11:54:21 +03:00
Yunus Emre Özköse
7d7505abdd change kaldi_native_fbank cmake 2022-09-23 11:41:36 +03:00
Yunus Emre Özköse
ecfc978dde minor fixes 2022-09-23 09:22:06 +03:00
Yunus Emre Özköse
a97dfc8281 Revert "Demo to add kaldi-native-fbank (#3)"
This reverts commit 89149f9000.
2022-09-23 08:54:27 +03:00
Fangjun Kuang
89149f9000 Demo to add kaldi-native-fbank (#3) 2022-09-02 20:47:48 +08:00