v1.10.6
k2-fsa/sherpa-onnxv1.10.6Jun 29, 2024by csukuangfj
AI Summary
This release addresses stability issues, including C API crashes and ONNX Runtime integration, while adding support for .NET Framework 2.0 and the latest Silero VAD model.
Key Highlights
- Fixed a potential segfault in the C API
- Resolved issues with using pre-installed ONNX Runtime
- Added support for .NET Framework 2.0
- Updated to support Silero VAD version 5
New Features
- C API stability fix
- .NET Framework 2.0 support
- Silero VAD v5 support
Full Release Notes
## What's Changed * Resolve issues with using pre-installed onnxruntime by @hantengc in https://github.com/k2-fsa/sherpa-onnx/pull/1058 * Fix possible segfault in C API. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1059 * Fix CI tests by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1061 * Support .Net framework 2.0 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1062 * Support silero_vad version 5 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1064 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.2...v1.10.6