Release v1.9.26
What's Changed
- Encode hotwords in C++ side by @pkufool in #828
- Fix Go tests by @csukuangfj in #897
- Fix CI tests. by @csukuangfj in #898
- Add Flutter example for speaker identification by @csukuangfj in #894
- Add recording permission for iOS App. by @csukuangfj in #900
- Fix CI for JavaScript and Python APIs. by @csukuangfj in #901
- Fix reading wave files generated by NAudio. by @csukuangfj in #903
- Add Dart API for VAD by @csukuangfj in #904
- Fix CI tests. by @csukuangfj in #907
- fix detecting node-addon packages by @csukuangfj in #908
- Support reading waves from NAudio. by @csukuangfj in #914
- Support Windows arm64 by @csukuangfj in #911
- fix building errors introduced by simple-sentencepiece by @csukuangfj in #915
- Update offline-ctc-greedy-search-decoder.cc by @Dadoou in #917
- Add Flutter GUI example for VAD with a microphone. by @csukuangfj in #905
- 提供设置关键词的api,方便动态调整关键词来进行识别 by @hantengc in #923
- add a new tts piper model by @csukuangfj in #927
- Support not using external buffers for node-addon by @csukuangfj in #925
- Add VAD demo for Java API by @csukuangfj in #928
- Add KWS examples for Java API by @csukuangfj in #930
- Reset encoder states on endpointing for streaming transducer. by @csukuangfj in #924
- fix node-addaon-api for vad by @csukuangfj in #932
- update c-api.h by @RuleNumber1 in #937
- Added tokens, tokens_arr and json for offline recognizer result by @leohuang2013 in #936
- fix: Typo 'maxNumSenetences' in SherpaOnnx.swift by @BrutalCoding in #939
- Split online.cs and offline.csFile by @dfengpo in #941
- Add Dart API for streaming ASR by @csukuangfj in #933
- Add C++ runtime for streaming faster conformer transducer from NeMo. by @sangeet2020 in #889
- Fix nemo streaming transducer greedy search by @csukuangfj in #944
- Wrap punctuation APIs to C#. by @csukuangfj in #945
- Wrap VAD APIs to C# by @csukuangfj in #946
- release v1.9.26 by @csukuangfj in #947
- Fix building for Android by @csukuangfj in #949
- Support customize scores for hotwords by @pkufool in #926
- Add address sanitizer and undefined behavior sanitizer by @csukuangfj in #951
New Contributors
- @Dadoou made their first contribution in #917
- @RuleNumber1 made their first contribution in #937
- @BrutalCoding made their first contribution in #939
- @dfengpo made their first contribution in #941
- @sangeet2020 made their first contribution in #889
Full Changelog: v1.9.25...v1.9.26