v1.12.23
k2-fsa/sherpa-onnxv1.12.23Jan 15, 2026by github-actions[bot]
AI Summary
This release adds Dart API support for FunASR Nano, improves JavaScript async APIs for offline recognition, and includes documentation improvements for Node addon.
Key Highlights
- Added Dart API for FunASR Nano
- Added JavaScript async API for OfflineRecognizer decodeStream
- Added async creation of OfflineRecognizer in JavaScript
- Fixed file upload issues to huggingface
- Added Node addon API JSDoc documentation
New Features
- Dart API for FunASR Nano
- JavaScript async offline recognition API
- Asynchronous OfflineRecognizer creation
Full Release Notes
## What's Changed * Node addon api jsdoc by @alfredomariamilano in https://github.com/k2-fsa/sherpa-onnx/pull/3005 * Add JavaScript async API for OfflineRecongizer decodeStream. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3049 * Support creating OfflineRecognizer asynchronously in JavaScript. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3050 * Fix uploading files to huggingface by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3054 * Add Dart API for FunASR Nano by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3055 * Fix uploading APK files by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3056 * Release v1.12.23 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3057 ## New Contributors * @alfredomariamilano made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3005 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.22...v1.12.23