v1.10.0
k2-fsa/sherpa-onnxv1.10.0Jun 18, 2024by csukuangfj
AI Summary
Major update adding Dart support, Korean Android build, and Inverse Text Normalization for ASR.
Key Highlights
- Add Dart support for ASR, TTS, and examples.
- Inverse text normalization (ITN) for non-streaming and online ASR.
- Android APK for Korean.
- Publish osx-arm64 nuget package for .Net.
New Features
- Dart API for non-streaming and streaming ASR
- Dart API for TTS
- Inverse text normalization for non-streaming ASR
- Inverse text normalization for online ASR
- Korean Android APK
Full Release Notes
## What's Changed * Use CI to publish dart packages by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1001 * Publish osx-arm64 nuget package for .Net by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1003 * Update README by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1004 * scale value fix by @lovemefan in https://github.com/k2-fsa/sherpa-onnx/pull/1006 * Add non-streaming ASR examples for Dart API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1007 * Add streaming ASR examples for Dart API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1009 * Add TTS API and examples for Dart by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1010 * Add example description for the dart package by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1011 * Add Android APK for Korean by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1015 * Release v1.9.30 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1016 * Add inverse text normalization for non-streaming ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1017 * Inverse text normalization API for other programming languages by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1019 * Add inverse text normalization for online ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1020 * Inverse text normalization API of streaming ASR for various programming languages by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1022 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.9.29...v1.10.0