v1.11.2
k2-fsa/sherpa-onnxv1.11.2Mar 21, 2025by csukuangfj
AI Summary
This update enhances cross-platform compatibility and stability, adding support for newer CUDA versions on ARM64, fixing Android TTS crashes, and improving build scripts.
Key Highlights
- Support for CUDA 12 and cuDNN 8 on Linux aarch64
- Fixes for Android TTS engine and Matcha+Vocos compatibility
- ALSA example for VAD+offline ASR
- Static linking improvements
New Features
- CUDA 12 support for aarch64
- ALSA VAD/ASR example
- Android TTS stability fixes
Full Release Notes
## What's Changed * Fix CI tests. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2016 * Publish jar for more java versions by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2017 * add alsa example for vad+offline asr by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2020 * Support cuda12 and cudnn8 for Linux aarch64. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2021 * Update README to include more projects using sherpa-onnx by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2022 * Fix a bug in vad.reset() by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2023 * Fix Matcha + vocos for Android by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2024 * Fix crash in Android tts engine demo. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2029 * Fix build script by @sienaiwun in https://github.com/k2-fsa/sherpa-onnx/pull/2033 * fix static linking by @sangeet2020 in https://github.com/k2-fsa/sherpa-onnx/pull/2032 * Release v1.11.2 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2035 ## New Contributors * @sienaiwun made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2033 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.11.1...v1.11.2