Commit Graph

605 Commits

Author SHA1 Message Date
Fangjun Kuang
1e277ae9b7 release v1.9.26 (#947) 2024-05-30 19:37:26 +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
Fangjun Kuang
082f230dfb Fix nemo streaming transducer greedy search (#944) 2024-05-30 15:31:10 +08:00
Sangeet Sagar
3f472a9993 Add C++ runtime for *streaming* faster conformer transducer from NeMo. (#889)
Co-authored-by: sangeet2020 <15uec053@gmail.com>
2024-05-30 13:55:03 +08:00
Fangjun Kuang
49d66ec358 Add Dart API for streaming ASR (#933) 2024-05-30 12:21:09 +08:00
东风破
909148fe42 Split online.cs and offline.csFile (#941)
Co-authored-by: 东风破 <birdfishs@163.com>
2024-05-30 11:00:24 +08:00
Daniel Breedeveld
e21caab759 fix: Typo 'maxNumSenetences' in SherpaOnnx.swift (#939) 2024-05-29 17:45:00 +08:00
Leo Huang
d45223034c Added tokens, tokens_arr and json for offline recongnizer result (#936)
Co-authored-by: leo <webmaster@360converter.com>
2024-05-29 12:53:28 +08:00
FakeEnd
a6c9b7986f Changed the comment to the API GetKeywordResult input parameter description (#937) 2024-05-29 12:45:58 +08:00
Fangjun Kuang
b4f1006864 fix node-addaon-api for vad (#932) 2024-05-28 18:46:43 +08:00
Fangjun Kuang
50a2eaa41f Reset encoder states on endpointing for streaming transducer. (#924) 2024-05-28 17:06:17 +08:00
Fangjun Kuang
5860e45b4c Add KWS examples for Java API (#930) 2024-05-28 15:49:54 +08:00
Fangjun Kuang
bcaa6df389 Add VAD demo for Java API (#928) 2024-05-28 14:59:47 +08:00
Fangjun Kuang
b1c7d04ce2 Support not using external buffers for node-addon (#925) 2024-05-28 11:50:23 +08:00
Fangjun Kuang
cd65e7627d add a new tts piper model (#927) 2024-05-28 10:43:13 +08:00
hantengc
1371c6b3f0 提供设置关键词的api,方便动态调整关键词来进行识别 (#923) 2024-05-27 19:07:26 +08:00
Fangjun Kuang
49ea59d4ff Add Flutter GUI example for VAD with a microphone. (#905) 2024-05-24 23:48:12 +08:00
Dadoou
4fc0a1dc64 Update offline-ctc-greedy-search-decoder.cc (#917)
Bug fixes.
Z_O_O will be decoded as ZO instead of ZOO.
To fix this, prev_id should update every time.
2024-05-24 22:31:56 +08:00
Fangjun Kuang
86ccb86006 fix building errors introduced by simple-sentencepiece (#915) 2024-05-24 14:48:04 +08:00
Fangjun Kuang
b09fb7f5cd Support Windows arm64 (#911) 2024-05-24 11:18:14 +08:00
Fangjun Kuang
cf83412d0a Support reading waves from NAudio. (#914) 2024-05-24 11:07:44 +08:00
Fangjun Kuang
e7b7348102 fix detecting node-addon packages (#908) 2024-05-23 19:52:19 +08:00
Fangjun Kuang
2db777587e Fix CI tests. (#907) 2024-05-23 14:49:37 +08:00
Fangjun Kuang
49ee458bfb Add Dart API for VAD (#904) 2024-05-22 21:56:21 +08:00
Fangjun Kuang
81346d1172 Fix reading wave files generated by NAudio. (#903) 2024-05-22 19:56:06 +08:00
Fangjun Kuang
4f21aabd3c Fix CI for JavaScript and Python APIs. (#901) 2024-05-22 13:57:00 +08:00
Fangjun Kuang
b2f0249420 Add recording permission for iOS App. (#900) 2024-05-22 09:39:55 +08:00
Fangjun Kuang
4593ab49d1 Add Flutter example for speaker identification (#894) 2024-05-21 20:38:52 +08:00
Fangjun Kuang
b445956675 Fix CI tests. (#898) 2024-05-21 20:37:29 +08:00
Fangjun Kuang
fdcae56a14 Fix Go tests (#897) 2024-05-21 11:50:13 +08:00
Wei Kang
b012b78ceb Encode hotwords in C++ side (#828)
* Encode hotwords in C++ side
2024-05-20 19:41:36 +08:00
Fangjun Kuang
8af2af8466 Add tail_paddings to Whisper C API. (#886) 2024-05-17 09:20:07 +08:00
Fangjun Kuang
65635b09d8 Fix a typo in jni (#885) 2024-05-16 14:31:45 +08:00
Fangjun Kuang
a421f8c1df Fix Java API examples (#883) 2024-05-16 12:16:17 +08:00
linziguan
d2745698c5 Support building JNI on Windows (#881) 2024-05-16 06:25:53 +08:00
Fangjun Kuang
c2dcdabab1 Fix sherpa-onnx-node-version in node examples (#879) 2024-05-15 14:32:30 +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
Manix
740d7ae9d6 fixing bug and compiler error (#870)
Signed-off-by: manickavela1998@gmail.com <manickavela1998@gmail.com>
2024-05-13 17:44:03 +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
db85b2c1d8 Add Android APKs for NeMo CTC models. (#866) 2024-05-12 14:58:36 +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