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
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
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
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
b4f1006864
fix node-addaon-api for vad ( #932 )
2024-05-28 18:46:43 +08:00
Fangjun Kuang
b1c7d04ce2
Support not using external buffers for node-addon ( #925 )
2024-05-28 11:50:23 +08:00
Fangjun Kuang
e7b7348102
fix detecting node-addon packages ( #908 )
2024-05-23 19:52:19 +08:00
Fangjun Kuang
8af2af8466
Add tail_paddings to Whisper C API. ( #886 )
2024-05-17 09:20:07 +08:00
Fangjun Kuang
03c956a317
Add keyword spotting API for node-addon-api ( #877 )
2024-05-14 20:26:48 +08:00
Fangjun Kuang
75630b986b
Support adding puncutations to text for node-addon-api ( #876 )
2024-05-14 19:28:56 +08:00
Fangjun Kuang
d19f50b799
Add audio tagging APIs for node-addon-api ( #875 )
2024-05-14 17:32:30 +08:00
Fangjun Kuang
388e6a98fc
Add speaker identification APIs for node-addon-api ( #874 )
2024-05-14 13:28:50 +08:00
Fangjun Kuang
0895b64850
Refactor node-addon-api to remove duplicate. ( #873 )
2024-05-14 10:08:11 +08:00
Fangjun Kuang
939fdd942c
Add spoken language identification for node-addon-api ( #872 )
2024-05-13 20:26:11 +08:00
Fangjun Kuang
031134b4d4
Add TTS for node-addon-api ( #871 )
2024-05-13 19:24:09 +08:00
Fangjun Kuang
697b960768
Add non-streaming ASR APIs for node-addon-api ( #868 )
2024-05-13 16:03:34 +08:00
Fangjun Kuang
384f96c40f
Add streaming CTC ASR APIs for node-addon-api ( #867 )
2024-05-13 11:58:25 +08:00
Fangjun Kuang
7322f4e0a3
Fix node addon tests ( #865 )
...
* Install naudiodon2 manually.
It is needed only when using a microphone. The CI tests don't need it.
2024-05-12 12:03:43 +08:00
Fangjun Kuang
eee5d8a15c
Add node-addon-api for VAD ( #864 )
2024-05-11 20:58:23 +08:00
Fangjun Kuang
65f5161456
Add more streaming ASR methods for node-addon-api ( #860 )
2024-05-10 18:21:05 +08:00
Fangjun Kuang
37a4135dd7
Publish npm package with node-addon-api for Windows ( #838 )
2024-05-06 16:21:29 +08:00
Fangjun Kuang
4f758e6cd3
Publish node-addon-api wrapper for sherpa-onnx as npm packages ( #829 )
2024-05-04 13:27:39 +08:00
Fangjun Kuang
2f9553d838
Begin to add node-addon-api for sherpa-onnx ( #826 )
2024-05-03 14:47:40 +08:00