Releases: k2-fsa/sherpa-onnx
Releases · k2-fsa/sherpa-onnx
v1.10.19
What's Changed
- Refactor C API to prefix each API with SherpaOnnx. by @csukuangfj in #1171
Full Changelog: v1.10.18...v1.10.19
v1.10.18
What's Changed
- Add VAD + Non-streaming ASR example for JavaScript API. by @csukuangfj in #1170
Full Changelog: v1.10.17...v1.10.18
v1.10.17
Full Changelog: v1.10.17...v1.10.17
What's Changed
- Fix hotwords OOV log by @pkufool in #1139
- Provide npm package for 32-bit Windows x86 by @csukuangfj in #1141
- publish all pre-built wheels to huggingface by @csukuangfj in #1142
- Provide pre-built wheels with CUDA support. by @csukuangfj in #1143
- export sense-voice to onnx by @csukuangfj in #1144
- test exported sense voice models by @csukuangfj in #1147
- Add C++ runtime for SenseVoice models by @csukuangfj in #1148
- Add C# API for SenseVoice models by @csukuangfj in #1151
- Add Go API for SenseVoice by @csukuangfj in #1154
- Add JavaScript API for SenseVoice by @csukuangfj in #1157
- Add WebAssembly for SenseVoice by @csukuangfj in #1158
- Add dart API for SenseVoice by @csukuangfj in #1159
- Fix Android build by @csukuangfj in #1161
- feat: add stt c api example by @thewh1teagle in #1156
- Add Dart API for keyword spotter by @csukuangfj in #1162
- Add Java and Kotlin API for sense voice by @csukuangfj in #1164
- C api example for sense voice by @csukuangfj in #1165
- feat: add directml support by @thewh1teagle in #1153
- Fix style issues reported by clang-tidy by @csukuangfj in #1167
Full Changelog: v1.10.16...v1.10.17
v1.10.16
What's Changed
- encoder only trt ep for transducer by @manickavela29 in #1130
- Add Swift API for adding punctuations to text. by @csukuangfj in #1132
- Add APK for small paraformer by @csukuangfj in #1133
- Support English for MeloTTS models. by @csukuangfj in #1134
- Add C++ runtime for MeloTTS by @csukuangfj in #1138
Full Changelog: v1.10.15...v1.10.16
v1.10.15
What's Changed
- Fix releasing dart packages by @csukuangfj in #1117
- Add microphone example for .Net keyword spotting by @csukuangfj in #1120
- Fix publishing apks to huggingface by @csukuangfj in #1121
- Add pre-trained models for the Libriheavy dataset by @csukuangfj in #1122
- Add int8 quantized whisper large models by @csukuangfj in #1126
- Allow modify model config at decode time for ASR by @iprovalo in #1124
- Export MeloTTS to ONNX by @csukuangfj in #1129
- Revert to onnxruntime 1.17.1 by @csukuangfj in #1131
New Contributors
Full Changelog: v1.10.14...v1.10.15
v1.10.14
What's Changed
- Add keyword spotting for C# by @csukuangfj in #1105
- Handle invalid utf8 sequence from Whisper for Dart API. by @csukuangfj in #1106
- Update onnxruntime from v1.18.0 to v1.18.1 by @csukuangfj in #1107
- feat: find best embedding matches by @thewh1teagle in #1102
- Add timestamps about streaming models for Swift API by @csukuangfj in #1113
- Support whisper large/large-v1/large-v2/large-v3 and distil-large-v2 by @csukuangfj in #1114
New Contributors
- @thewh1teagle made their first contribution in #1102
Full Changelog: v1.10.13...v1.10.14
v1.10.13
Support onnxruntime 1.18.0 (#906)
v1.10.12
What's Changed
- Add Flutter text to speech demo by @csukuangfj in #1087
- Fix Flutter TTS example for iOS by @csukuangfj in #1090
- parse option int64_t by @manickavela29 in #1089
- Fix windows build by @csukuangfj in #1091
- Support linux-arm64 for .Net by @csukuangfj in #1092
- fix ios demo image for flutter tts by @csukuangfj in #1093
- updating trt workspace int64 by @manickavela29 in #1094
- Add Flush to VAD so that the last segment can be detected. by @csukuangfj in #1099
Full Changelog: v1.10.11...v1.10.12
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