v1.10.39
k2-fsa/sherpa-onnxv1.10.39Jan 13, 2025by github-actions[bot]
AI Summary
Resolves build issues, particularly when TTS components are disabled, and fixes tensor device handling in export scripts.
Key Highlights
- Fix building without TTS
- Fix export-onnx.py tensor device handling
- Fix passing strings from C# to C
New Features
- Build fixes for TTS-disabled scenarios
- README updates for android libs
Full Release Notes
## What's Changed * Fix building without TTS by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1691 * Add README for android libs. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1693 * Fix: export-onnx.py(expected all tensors to be on the same device) by @LuomingXu in https://github.com/k2-fsa/sherpa-onnx/pull/1699 * Fix passing strings from C# to C. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1701 * Release v1.10.39 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1702 ## New Contributors * @LuomingXu made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/1699 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.38...v1.10.39