v1.10.40
k2-fsa/sherpa-onnxv1.10.40Jan 17, 2025by csukuangfj
AI Summary
Introduces the Kokoro TTS model with full API support across C++, Python, C#, Swift, Go, Dart, Pascal, JavaScript, and Android.
Key Highlights
- Comprehensive Kokoro TTS API support (10+ languages)
- Fix building wheels
- Export kokoro to sherpa-onnx
New Features
- Kokoro TTS APIs (C++, Python, C, C#, Swift, Go, Dart, Pascal, JS, Kotlin, Java)
- Android support
Full Release Notes
## What's Changed * Fix building wheels by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1703 * Export kokoro to sherpa-onnx by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1713 * Add C++ and Python API for Kokoro TTS models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1715 * Add C API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1717 * fix style issues by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1718 * Add C# API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1720 * Add Swift API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1721 * Add Go API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1722 * Add Dart API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1723 * Add Pascal API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1724 * Add JavaScript API (node-addon) for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1725 * Add JavaScript (WebAssembly) API for Kokoro TTS models. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1726 * Add Koltin and Java API for Kokoro TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1728 * Update README.md for KWS to not use `git lfs`. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1729 * Release v1.10.40 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/1731 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.10.39...v1.10.40