v1.10.2

k2-fsa/sherpa-onnxv1.10.2Jun 25, 2024by csukuangfj

AI Summary

This release introduces a real-time Flutter demo, expands Java API examples with VAD and streaming capabilities, and improves cross-platform compatibility and example structure.

Key Highlights

  • Added real-time speech recognition Flutter demo
  • Expanded Java API with VAD and streaming examples
  • Added pre-built JNI libraries for Windows and macOS
  • Added Korean Android APK support

New Features

  • Flutter real-time demo
  • Java API VAD/streaming examples
  • JNI libs for Windows/macOS
  • Korean APK

Full Release Notes

## What's Changed
* Flutter demo for real-time speech recognition by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1042
* Update READEM to include links to pre-built Flutter APPs by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1043
* Add VAD + microphone example for Java API. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1045
* Add VAD + Non-streaming ASR + microphone examples for Java API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1046
* Add streaming ASR example from a microphone for Java API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1047
* Fix the alsa-lib version to v1.2.12 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1048
* 修改示例项目结构 by @dfengpo in https://github.com/k2-fsa/sherpa-onnx/pull/1049
* Remove unused files from .Net examples by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1051
* Add non-streaming zipformer Android APK for Korean by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1052
* fix a bug for wenet streaming model. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1054
* Fix passing C# string to C++ by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1055
* Publish pre-built jni libs for windows and osx by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1056


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