v1.10.10

k2-fsa/sherpa-onnxv1.10.10Jul 6, 2024by csukuangfj

AI Summary

This release focuses on refining the Android Flutter experience, updating build infrastructure to macOS 13, and improving ONNX Runtime configuration and library structure.

Key Highlights

  • Refactored and published Flutter packages for Android
  • Updated GitHub Actions to use macOS 13
  • Added ONNX Runtime execution provider configurations
  • Built Sherpa-ONNX as a single shared library

New Features

  • Android Flutter packages
  • macOS 13 runners
  • Onnxrt configs
  • Single shared library

Full Release Notes

## What's Changed
* Fix for silero vad v5. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1065
* replace macos-11 with macos-13 for GitHub actions by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1066
* Refactor flutter to support Android by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1072
* Publish flutter packages for Android by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1074
* Onnxrt execution provider configs by @manickavela29 in https://github.com/k2-fsa/sherpa-onnx/pull/992
* Build sherpa-onnx as a single shared library by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1078


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