Releases: k2-fsa/sherpa-onnx
Releases · k2-fsa/sherpa-onnx
v1.10.42
What's Changed
- Fix publishing wheels by @csukuangfj in #1746
- Update README to include https://github.com/xinhecuican/QSmartAssistant by @csukuangfj in #1755
- Add Kokoro TTS to MFC examples by @csukuangfj in #1760
- Refactor node-addon C++ code. by @csukuangfj in #1768
- Add keyword spotter C API for HarmonyOS by @csukuangfj in #1769
- Add ArkTS API for Keyword spotting. by @csukuangfj in #1775
- Add Flutter example for Kokoro TTS by @csukuangfj in #1776
- Ios swiftui pr 0202 by @Ross-Fan in #1786
- Fix: Prepend 0 to tokenization to prevent word skipping for Kokoro. by @ahadjawaid in #1787
- Export Kokoro 1.0 to sherpa-onnx by @csukuangfj in #1788
- Add C++ and Python API for Kokoro 1.0 multilingual TTS model by @csukuangfj in #1795
- Add Java and Koltin API for Kokoro TTS 1.0 by @csukuangfj in #1798
- Add Android demo for Kokoro TTS 1.0 by @csukuangfj in #1799
- Add C API for Kokoro TTS 1.0 by @csukuangfj in #1801
- Add CXX API for Kokoro TTS 1.0 by @csukuangfj in #1802
- Add Swift API for Kokoro TTS 1.0 by @csukuangfj in #1803
- Add Go API for Kokoro TTS 1.0 by @csukuangfj in #1804
- Add C# API for Kokoro TTS 1.0 by @csukuangfj in #1805
- Add Dart API for Kokoro TTS 1.0 by @csukuangfj in #1806
- Add Pascal API for Kokoro TTS 1.0 by @csukuangfj in #1807
- Add JavaScript API (node-addon) for Kokoro TTS 1.0 by @csukuangfj in #1808
- Add JavaScript API (WebAssembly) for Kokoro TTS 1.0 by @csukuangfj in #1809
- Add Flutter example for Kokoro TTS 1.0 by @csukuangfj in #1810
- Add iOS demo for Kokoro TTS 1.0 by @csukuangfj in #1812
- Add HarmonyOS demo for Kokoro TTS 1.0 by @csukuangfj in #1813
- Release v1.10.42 by @csukuangfj in #1814
New Contributors
- @Ross-Fan made their first contribution in #1786
- @ahadjawaid made their first contribution in #1787
Full Changelog: v1.10.41...v1.10.42
v1.10.41
What's Changed
- Fix UI for Android TTS Engine. by @csukuangfj in #1735
- Add iOS TTS example for MatchaTTS by @csukuangfj in #1736
- Add iOS example for Kokoro TTS by @csukuangfj in #1737
- Fix
dither
binding in Pybind11 to ensure independence fromhigh_freq
inFeatureExtractorConfig
by @jacklynblack in #1739 - Fix keyword spotting. by @csukuangfj in #1689
- Update readme to include https://github.com/hfyydd/sherpa-onnx-server by @csukuangfj in #1741
- Reduce vad-moonshine-c-api example code. by @whyb in #1742
- Support Kokoro TTS for HarmonyOS. by @csukuangfj in #1743
- Release v1.10.41 by @csukuangfj in #1744
New Contributors
- @jacklynblack made their first contribution in #1739
Full Changelog: v1.10.40...v1.10.41
v1.10.40
What's Changed
- Fix building wheels by @csukuangfj in #1703
- Export kokoro to sherpa-onnx by @csukuangfj in #1713
- Add C++ and Python API for Kokoro TTS models. by @csukuangfj in #1715
- Add C API for Kokoro TTS models by @csukuangfj in #1717
- fix style issues by @csukuangfj in #1718
- Add C# API for Kokoro TTS models by @csukuangfj in #1720
- Add Swift API for Kokoro TTS models by @csukuangfj in #1721
- Add Go API for Kokoro TTS models by @csukuangfj in #1722
- Add Dart API for Kokoro TTS models by @csukuangfj in #1723
- Add Pascal API for Kokoro TTS models by @csukuangfj in #1724
- Add JavaScript API (node-addon) for Kokoro TTS models by @csukuangfj in #1725
- Add JavaScript (WebAssembly) API for Kokoro TTS models. by @csukuangfj in #1726
- Add Koltin and Java API for Kokoro TTS models by @csukuangfj in #1728
- Update README.md for KWS to not use
git lfs
. by @csukuangfj in #1729 - Release v1.10.40 by @csukuangfj in #1731
Full Changelog: v1.10.39...v1.10.40
v1.10.39
What's Changed
- Fix building without TTS by @csukuangfj in #1691
- Add README for android libs. by @csukuangfj in #1693
- Fix: export-onnx.py(expected all tensors to be on the same device) by @LuomingXu in #1699
- Fix passing strings from C# to C. by @csukuangfj in #1701
- Release v1.10.39 by @csukuangfj in #1702
New Contributors
- @LuomingXu made their first contribution in #1699
Full Changelog: v1.10.38...v1.10.39
v1.10.38
What's Changed
- Fix initializing TTS in Python. by @csukuangfj in #1664
- Remove spaces after punctuations for TTS by @csukuangfj in #1666
- Add constructor fromPtr() for all flutter class with factory ctor. by @w-rui in #1667
- Add Kotlin API for Matcha-TTS models. by @csukuangfj in #1668
- Support Matcha-TTS models using espeak-ng by @csukuangfj in #1672
- Add Java API for Matcha-TTS models. by @csukuangfj in #1673
- Avoid adding tail padding for VAD in generate-subtitles.py by @csukuangfj in #1674
- Add C API for MatchaTTS models by @csukuangfj in #1675
- Add CXX API for MatchaTTS models by @csukuangfj in #1676
- Add JavaScript API (node-addon-api) for MatchaTTS models. by @csukuangfj in #1677
- Add HarmonyOS examples for MatchaTTS. by @csukuangfj in #1678
- Upgraded to .NET 8 and made code style a little more internally consistent. by @Lamothe in #1680
- Update workflows to use .NET 8.0 also. by @Lamothe in #1681
- Add C# and JavaScript (wasm) API for MatchaTTS models by @csukuangfj in #1682
- Add Android Demo for MatchaTTS models. by @csukuangfj in #1683
- Add Swift API for MatchaTTS models. by @csukuangfj in #1684
- Add Go API for MatchaTTS models by @csukuangfj in #1685
- Add Pascal API for MatchaTTS models. by @csukuangfj in #1686
- Add Dart API for MatchaTTS models by @csukuangfj in #1687
- Release v1.10.38 by @csukuangfj in #1688
New Contributors
Full Changelog: v1.10.37...v1.10.38
v1.10.37
What's Changed
- Add new tts models for Latvia and Persian+English by @csukuangfj in #1644
- Add a byte-level BPE Chinese+English non-streaming zipformer model by @csukuangfj in #1645
- Support removing invalid utf-8 sequences. by @csukuangfj in #1648
- Add TeleSpeech CTC to non_streaming_server.py by @csukuangfj in #1649
- Fix building macOS libs by @csukuangfj in #1656
- Add Go API for Keyword spotting by @csukuangfj in #1662
- Add swift online punctuation by @yujinqiu in #1661
- Add c++ runtime for Matcha-TTS by @csukuangfj in #1627
- Release v1.10.37 by @csukuangfj in #1663
Full Changelog: v1.10.36...v1.10.37
vocoder-models
The hifigan vocoder models are exported from
https://drive.google.com/drive/folders/1-eEYTB5Av9jNql0WGBlRoi-WH2J7bp5Y
v1.10.36
What's Changed
- Update AAR version in Android Java demo by @csukuangfj in #1618
- Support linking onnxruntime statically for Android by @csukuangfj in #1619
- Update readme to include Open-LLM-VTuber by @csukuangfj in #1622
- Fixing typos in node examples by @sawich in #1625
- Support using onnxruntime 1.16.0 with CUDA 11.4 on Jetson Orin NX (Linux arm64 GPU). by @csukuangfj in #1630
- Update readme to include jetson orin nx and nano b01 by @csukuangfj in #1631
- feat: add checksum action by @thewh1teagle in #1632
- Support decoding with byte-level BPE (bbpe) models. by @csukuangfj in #1633
- feat: enable c api for android ci by @thewh1teagle in #1635
- Update README.md by @Humorousf in #1640
- SherpaOnnxVadAsr: Offload runSecondPass to background thread for improved real-time audio processing by @rominf in #1638
- Fix GitHub actions. by @csukuangfj in #1642
- Release v1.10.36 by @csukuangfj in #1643
New Contributors
- @sawich made their first contribution in #1625
- @Humorousf made their first contribution in #1640
- @rominf made their first contribution in #1638
Full Changelog: v1.10.35...v1.10.36
v1.10.35
What's Changed
- Add missing changes about speaker identfication demo for HarmonyOS by @csukuangfj in #1612
- Provide sherpa-onnx.aar for Android by @csukuangfj in #1615
- Use aar in Android Java demo. by @csukuangfj in #1616
- 🔧 build(portaudio-go): Fixed version 1.0.3 by @deretame in #1614
- Release v1.10.35 by @csukuangfj in #1617
New Contributors
Full Changelog: v1.10.34...v1.10.35
v1.10.34
What's Changed
- Fix building node-addon package by @csukuangfj in #1598
- Update doc links for HarmonyOS by @csukuangfj in #1601
- Add on-device real-time ASR demo for HarmonyOS by @csukuangfj in #1606
- Add speaker identification APIs for HarmonyOS by @csukuangfj in #1607
- Add speaker identification demo for HarmonyOS by @csukuangfj in #1608
- Add speaker diarization API for HarmonyOS. by @csukuangfj in #1609
- Add speaker diarization demo for HarmonyOS by @csukuangfj in #1610
- Release v1.10.34 by @csukuangfj in #1611
Full Changelog: v1.10.33...v1.10.34