Releases: k2-fsa/sherpa-onnx
Releases · k2-fsa/sherpa-onnx
Release v1.10.11
What's Changed
- Support the platform iOS for Flutter by @csukuangfj in #1079
Full Changelog: v1.10.10...v1.10.11
Release v1.10.10
What's Changed
- Fix for silero vad v5. by @csukuangfj in #1065
- replace macos-11 with macos-13 for GitHub actions by @csukuangfj in #1066
- Refactor flutter to support Android by @csukuangfj in #1072
- Publish flutter packages for Android by @csukuangfj in #1074
- Onnxrt execution provider configs by @manickavela29 in #992
- Build sherpa-onnx as a single shared library by @csukuangfj in #1078
Full Changelog: v1.10.6...v1.10.10
Release v1.10.6
What's Changed
- Resolve issues with using pre-installed onnxruntime by @hantengc in #1058
- Fix possible segfault in C API. by @csukuangfj in #1059
- Fix CI tests by @csukuangfj in #1061
- Support .Net framework 2.0 by @csukuangfj in #1062
- Support silero_vad version 5 by @csukuangfj in #1064
Full Changelog: v1.10.2...v1.10.6
Release v1.10.2
What's Changed
- Flutter demo for real-time speech recognition by @csukuangfj in #1042
- Update READEM to include links to pre-built Flutter APPs by @csukuangfj in #1043
- Add VAD + microphone example for Java API. by @csukuangfj in #1045
- Add VAD + Non-streaming ASR + microphone examples for Java API by @csukuangfj in #1046
- Add streaming ASR example from a microphone for Java API by @csukuangfj in #1047
- Fix the alsa-lib version to v1.2.12 by @csukuangfj in #1048
- 修改示例项目结构 by @dfengpo in #1049
- Remove unused files from .Net examples by @csukuangfj in #1051
- Add non-streaming zipformer Android APK for Korean by @csukuangfj in #1052
- fix a bug for wenet streaming model. by @csukuangfj in #1054
- Fix passing C# string to C++ by @csukuangfj in #1055
- Publish pre-built jni libs for windows and osx by @csukuangfj in #1056
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- Publish pre-compiled libs for jni (linux x64) by @csukuangfj in #1026
- Swift API for keyword spotting. by @csukuangfj in #1027
- fix generate-subtitles.py bug by @xiaokuang95 in #1029
- Add Python API support for Offline LM rescoring by @SilverSulfide in #1033
- Support clang-tidy by @csukuangfj in #1034
- offline transducer: treat unk as blank by @Chung-I in #1005
- Build Android APK for Thai by @csukuangfj in #1036
- fix typo by @pengzhendong in #1038
- Enable to stop TTS generation by @csukuangfj in #1041
New Contributors
- @xiaokuang95 made their first contribution in #1029
- @SilverSulfide made their first contribution in #1033
- @Chung-I made their first contribution in #1005
Full Changelog: v1.10.0...v1.10.1
Release v1.10.0
What's Changed
- Use CI to publish dart packages by @csukuangfj in #1001
- Publish osx-arm64 nuget package for .Net by @csukuangfj in #1003
- Update README by @csukuangfj in #1004
- scale value fix by @lovemefan in #1006
- Add non-streaming ASR examples for Dart API by @csukuangfj in #1007
- Add streaming ASR examples for Dart API by @csukuangfj in #1009
- Add TTS API and examples for Dart by @csukuangfj in #1010
- Add example description for the dart package by @csukuangfj in #1011
- Add Android APK for Korean by @csukuangfj in #1015
- Release v1.9.30 by @csukuangfj in #1016
- Add inverse text normalization for non-streaming ASR by @csukuangfj in #1017
- Inverse text normalization API for other programming languages by @csukuangfj in #1019
- Add inverse text normalization for online ASR by @csukuangfj in #1020
- Inverse text normalization API of streaming ASR for various programming languages by @csukuangfj in #1022
Full Changelog: v1.9.29...v1.10.0
Release v1.9.29
What's Changed
- Update features.h by @eltociear in #994
- fix kws for WebAssembly by @csukuangfj in #999
- Add VAD example for Dart API by @csukuangfj in #996
New Contributors
- @eltociear made their first contribution in #994
Full Changelog: v1.9.28...v1.9.29
Release v1.9.28
What's Changed
- Fix punctuation by @csukuangfj in #976
- initial tensorrt ep commit by @manickavela29 in #921
- Support getting word IDs for CTC HLG decoding. by @csukuangfj in #978
- Add Python example to show how to register speakers dynamically for speaker ID. by @csukuangfj in #986
- add more text-to-speech models from piper by @csukuangfj in #988
- store speed in SharedPreferences by @gilcu3 in #991
- Limit the maximum segment length for VAD. by @csukuangfj in #990
- Fix CI errors. by @csukuangfj in #993
New Contributors
Full Changelog: v1.9.27...v1.9.28
Release v1.9.27
What's Changed
- Update test-dot-net.yaml by @dfengpo in #960
- Wrap offline ASR APIs to dart by @csukuangfj in #961
- Update c-api.h to hotwords by @9728Lin in #962
- Add a VAD Python example to remove silences from a file. by @csukuangfj in #963
- export telespeech ctc models to sherpa-onnx by @csukuangfj in #968
- Fix CI by @csukuangfj in #964
- Add C++ runtime for Tele-AI/TeleSpeech-ASR by @csukuangfj in #970
New Contributors
Full Changelog: v1.9.26...v1.9.27
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