v1.12.5
k2-fsa/sherpa-onnxv1.12.5Jul 10, 2025by github-actions[bot]
AI Summary
Adds NeMo Canary models support with APIs for multiple languages and LODR support.
Key Highlights
- Added NeMo Canary ASR models support across C/CXX/JS/Java/Kotlin/Pascal/Go/C#/Dart.
- Added LODR support to online and offline recognizers.
New Features
- NeMo Canary models
- LODR support
- FireRedASR fp16 models
- NeMo TDT examples
Full Release Notes
## What's Changed * Fix typo CMAKE_EXECUTBLE_LINKER_FLAGS -> CMAKE_EXECUTABLE_LINKER_FLAGS by @linsui in https://github.com/k2-fsa/sherpa-onnx/pull/2344 * Fix testing dart packages by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2345 * fix(canary): use dynamo export, single input_ids and avoid 0/1 specialization by @lucaelin in https://github.com/k2-fsa/sherpa-onnx/pull/2348 * Fix TTS for UE by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2349 * Update readme to include https://github.com/mawwalker/stt-server by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2350 * Add meta data to NeMo canary ONNX models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2351 * Update README to include https://github.com/bbeyondllove/asr_server by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2353 * Add C++ runtime and Python API for NeMo Canary models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2352 * Add C/CXX/JavaScript API for NeMo Canary models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2357 * Add Java and Kotlin API for NeMo Canary models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2359 * Upload fp16 onnx model files for FireRedASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2360 * Fix nemo feature normalization in test code by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2361 * Refactor exporting NeMo models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2362 * Add LODR support to online and offline recognizers by @vsd-vector in https://github.com/k2-fsa/sherpa-onnx/pull/2026 * Add CXX examples for NeMo TDT ASR. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2363 * Add Pascal/Go/C#/Dart API for NeMo Canary ASR models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2367 * Release v1.12.5 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2368 ## New Contributors * @linsui made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2344 * @lucaelin made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2348 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.4...v1.12.5