v1.10.12

k2-fsa/sherpa-onnxv1.10.12Jul 9, 2024by csukuangfj

AI Summary

Added a Flutter text-to-speech demo and fixed iOS issues. Enhanced VAD functionality by adding a flush mechanism to detect the last audio segment.

Key Highlights

  • Flutter text to speech demo
  • Add Flush to VAD for last segment detection
  • Support linux-arm64 for .Net

New Features

  • Flutter text to speech demo
  • Support linux-arm64 for .Net
  • Flush to VAD so last segment can be detected

Full Release Notes

## What's Changed
* Add Flutter text to speech demo by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1087
* Fix Flutter TTS example for iOS by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1090
* parse option int64_t by @manickavela29 in https://github.com/k2-fsa/sherpa-onnx/pull/1089
* Fix windows build by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1091
* Support linux-arm64 for .Net by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1092
* fix ios demo image for flutter tts by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1093
* updating trt workspace int64 by @manickavela29 in https://github.com/k2-fsa/sherpa-onnx/pull/1094
* Add Flush to VAD so that the last segment can be detected. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1099


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