v1.10.27
k2-fsa/sherpa-onnxv1.10.27Sep 19, 2024by csukuangfj
AI Summary
Fixes build issues and adds non-streaming Russian ASR models.
Key Highlights
- Non-streaming ONNX models for Russian ASR.
- Support for passing UTF-8 strings from JavaScript to C++.
- Fixes building flutter examples.
New Features
- Non-streaming ONNX models for Russian ASR
- UTF-8 string support from JavaScript to C++
Full Release Notes
## What's Changed * Fix sherpa_onnx.go by @lllwan in https://github.com/k2-fsa/sherpa-onnx/pull/1353 * Support passing utf-8 strings from JavaScript to C++. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1355 * Fix building flutter examples by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1356 * Add non-streaming ONNX models for Russian ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1358 * Release v1.10.27 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1359 ## New Contributors * @lllwan made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1353 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.26...v1.10.27