v1.10.20
k2-fsa/sherpa-onnxv1.10.20Jul 29, 2024by csukuangfj
AI Summary
This release adds a TTS example for the Java API and introduces new Dart API features for audio tagging and text punctuation. It also includes examples combining VAD with non-streaming ASR.
Key Highlights
- TTS example for Java API
- Dart API for audio tagging
- Dart API for adding punctuations to text
New Features
- TTS example for Java API
- Dart API for audio tagging
- Dart API for adding punctuations to text
Full Release Notes
## What's Changed * Add TTS example for Java API. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1176 * fix building MFC examples by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1178 * Add more Python examples for SenseVoice by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1179 * Add vad with non-streaming ASR examples for Dart API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1180 * Add Dart API for audio tagging by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1181 * Dart API for adding punctuations to text by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1182 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.19...v1.10.20