v1.10.36

k2-fsa/sherpa-onnxv1.10.36Dec 24, 2024by github-actions[bot]

AI Summary

This release focuses on Android enhancements, including static linking for ONNXRuntime and support for byte-level BPE models. It also introduces background threading for VAD processing and updates ONNX Runtime to version 1.16.0 for Jetson devices.

Key Highlights

  • Static linking for ONNXRuntime on Android
  • Support for byte-level BPE (bbpe) models
  • VAD offloading to background thread for improved real-time processing
  • ONNX Runtime 1.16.0 support for Jetson Orin NX

New Features

  • Static linking support for Android builds
  • Byte-level BPE model decoding support
  • VAD background threading optimization

Full Release Notes

## What's Changed
* Update AAR version in Android Java demo by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1618
* Support linking onnxruntime statically for Android by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1619
* Update readme to include Open-LLM-VTuber by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1622
* Fixing typos in node examples by @sawich in https://github.com/k2-fsa/sherpa-onnx/pull/1625
* Support using onnxruntime 1.16.0 with CUDA 11.4 on Jetson Orin NX (Linux arm64 GPU). by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1630
* Update readme to include jetson orin nx and nano b01 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1631
* feat: add checksum action by @thewh1teagle in https://github.com/k2-fsa/sherpa-onnx/pull/1632
* Support decoding with byte-level BPE (bbpe) models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1633
* feat: enable c api for android ci by @thewh1teagle in https://github.com/k2-fsa/sherpa-onnx/pull/1635
* Update README.md by @Humorousf in https://github.com/k2-fsa/sherpa-onnx/pull/1640
* SherpaOnnxVadAsr: Offload runSecondPass to background thread for improved real-time audio processing by @rominf in https://github.com/k2-fsa/sherpa-onnx/pull/1638
* Fix GitHub actions. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1642
* Release v1.10.36 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1643

## New Contributors
* @sawich made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1625
* @Humorousf made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1640
* @rominf made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1638

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