v1.10.45

k2-fsa/sherpa-onnxv1.10.45Feb 17, 2025by github-actions[bot]

AI Summary

This release exports the FireRedASR model to ONNX and provides APIs for it across multiple programming languages.

Key Highlights

  • Export FireRedASR to ONNX
  • Add C++ and Python API for FireRedASR AED models
  • Add multi-language APIs (Go, JS, C#, Swift, Dart, Pascal) for FireRedAsr

New Features

  • FireRedASR export and support
  • Multi-language API support for FireRedAsr

Full Release Notes

## What's Changed
* [update] fixed bug: create golang instance succeed while the c struct… by @ilibx in https://github.com/k2-fsa/sherpa-onnx/pull/1860
* fixed typo in RTF calculations by @mah92 in https://github.com/k2-fsa/sherpa-onnx/pull/1861
* Export FireRedASR to ONNX by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1865
* Add C++ and Python API for FireRedASR AED models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1867
* Add Kotlin and Java API for FireRedAsr AED model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1870
* Add C API for FireRedAsr AED model. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1871
* Add CXX API for FireRedAsr AED model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1872
* Add JavaScript API (node-addon) for FireRedAsr by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1873
* Add JavaScript API (WebAssembly) for FireRedAsr model. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1874
* Add C# API for FireRedAsr AED Model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1875
* Add Swift API for FireRedAsr AED Model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1876
* Add Dart API for FireRedAsr AED Model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1877
* Add Go API for FireRedAsr AED Model by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1879
* Add Pascal API for FireRedAsr AED Model (#1877) by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1880
* Release v1.10.45 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1881

## New Contributors
* @ilibx made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1860
* @mah92 made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1861

**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.44...v1.10.45