v1.10.30

k2-fsa/sherpa-onnxv1.10.30Oct 27, 2024by csukuangfj

AI Summary

Adds support for the Moonshine model with a wide range of language APIs and fixes Windows node-addon build issues.

Key Highlights

  • Support for Moonshine models with C++, Python, Kotlin, Java, Swift, Go, JavaScript, Dart, Pascal, and C# APIs.
  • Fixes building node-addon for Windows x86.
  • Publishes pre-built JNI libs for Linux aarch64.
  • Adds Go API examples for adding punctuation to text.

New Features

  • Moonshine model runtime and APIs (C++, Python, Kotlin, Java, C, C++, Swift, Go, JavaScript, Dart, Pascal, C#)
  • Go API for offline punctuation models

Full Release Notes

## What's Changed
* Fix building node-addon for Windows x86. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1469
* Begin to support https://github.com/usefulsensors/moonshine by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1470
* Publish pre-built JNI libs for Linux aarch64 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1472
* Add C++ runtime and Python APIs for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1473
* Add Kotlin and Java API for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1474
* Add C and C++ API for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1476
* Add Swift API for Moonshine models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1477
* Add Go API examples for adding punctuations to text. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1478
* Add Go API for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1479
* Add JavaScript API for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1480
* Add Dart API for Moonshine models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1481
* Add Pascal API for Moonshine models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1482
* Add C# API for Moonshine models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1483
* Release v1.10.30 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1484


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