Releases: k2-fsa/sherpa-onnx
Releases · k2-fsa/sherpa-onnx
v1.8.9
What's Changed
- Support VITS TTS models from coqui-ai/TTS by @csukuangfj in #416
Full Changelog: v1.8.8...v1.8.9
TTS APKs
Please see
https://k2-fsa.github.io/sherpa/onnx/tts/apk.html
Release v1.8.8
What's Changed
- Add C# TTS API by @LKZMuZiLi in #399
- Upload TTS APKs to huggingface by @csukuangfj in #400
- Support static linking onnxruntime lib for 32-bit arm by @csukuangfj in #401
- Support static linking onnxruntime for 64-bit ARM by @csukuangfj in #402
- Support linking onnxruntime statically for macOS by @csukuangfj in #403
- Use a single static lib file for onnxruntime on Windows by @csukuangfj in #404
- Update to onnxruntime v1.16.1 by @csukuangfj in #406
- Support text normalization via rule FST by @csukuangfj in #407
- Catch exception from whisper by @csukuangfj in #408
- Support Chinese polyphones in TTS by @csukuangfj in #409
- support reading rule FST for Android TTS by @csukuangfj in #410
- Support distil-whisper by @csukuangfj in #411
- add --tts-rule-fsts argument at offline-tts.py by @longshiming in #413
- Release v1.8.8 by @csukuangfj in #414
New Contributors
- @LKZMuZiLi made their first contribution in #399
Full Changelog: v1.8.7...v1.8.8
Release v1.8.7
What's Changed
- Support German TTS by @csukuangfj in #394
- Support German umlauts in splitting UTF8 strings. by @csukuangfj in #395
- Support Spanish in TTS by @csukuangfj in #396
- Support French in TTS by @csukuangfj in #397
Full Changelog: v1.8.6...v1.8.7
Release v1.8.6
What's Changed
- Fix utf8 spliting for English by @csukuangfj in #386
- include cstdint (debian, gcc-13.2) by @rouseabout in #388
- Fix splitting words containing ', e.g., I've by @csukuangfj in #389
- Support vits models from piper by @csukuangfj in #390
- Release v1.8.6 by @csukuangfj in #391
New Contributors
- @rouseabout made their first contribution in #388
Full Changelog: v1.8.5...v1.8.6
Release v1.8.5
What's Changed
- Add MFC TTS example on Windows by @csukuangfj in #378
- support specifying output filename in MFC tts example by @csukuangfj in #380
- Add jni interface and kotlin API examples for TTS. by @csukuangfj in #381
- Fix jni test by @csukuangfj in #382
- Add Android TTS demo by @csukuangfj in #383
- support specifying speech speed for tts Python APIs by @csukuangfj in #384
- Fix splitting utf8 string into words by @csukuangfj in #385
Full Changelog: v1.8.4...v1.8.5
Release v1.8.4
What's Changed
- Fix CI for pip install by @csukuangfj in #371
- Fix CI test for Go. by @csukuangfj in #372
- Add C API for offline TTS. by @csukuangfj in #373
- Test go inside sherpa-onnx by @csukuangfj in #374
- Add ccache to CI by @csukuangfj in #375
- Support printing input text and words after splitting by @csukuangfj in #376
- Add Go API for TTS by @csukuangfj in #377
Full Changelog: v1.8.3...v1.8.4
v1.8.3
Release v1.8.3 (#370)
Release v1.8.2
Release v1.8.1
What's Changed
- Fix building wheels for windows by @csukuangfj in #365
- add SherpaOnnxWebSocket by @longshiming in #362
- Add vad clear api for better performance by @yujinqiu in #366
- Support VITS VCTK models by @csukuangfj in #367
New Contributors
- @longshiming made their first contribution in #362
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Provide pre-built wheels for 32-bit arm (e.g., 32-bit Raspberry Pi) by @csukuangfj in #338
- Added #include to fix gcc 13.2 compilation error. by @dym21 in #339
- Supports cmake compilation compatible with v3.13. by @poor1017 in #340
- Set is_final and start_time for online websocket server. by @csukuangfj in #342
- Generate SRT from audio and export as SRT file to file by @yujinqiu in #341
- Print a more user-friendly error message when using --hotwords-file. by @csukuangfj in #344
- add a comment about how to download silero_vad.onnx by @csukuangfj in #346
- Proper convolution mode for fast GPU processing by @nshmyrev in #350
- Begin to add CTC HLG decoding by @csukuangfj in #349
- Fix typos/bugs by @csukuangfj in #351
- Typo fixed by @JinZr in #352
- Fix reading hotwords file for android by @csukuangfj in #354
- Add script to convert vits models by @csukuangfj in #355
- Expose VAD isDetected api to Swift by @yujinqiu in #356
- Fix linker issue by @yujinqiu in #357
- Fix pkg-config for linux by @csukuangfj in #358
- Fix symbol table for byte bpe by @csukuangfj in #361
- Add lm decode for the Python API. by @kamirdin in #353
- Add TTS with VITS by @csukuangfj in #360
- Support writing generated audio samples to wave files by @csukuangfj in #363
- add python API and examples for TTS by @csukuangfj in #364
New Contributors
- @dym21 made their first contribution in #339
- @poor1017 made their first contribution in #340
- @yujinqiu made their first contribution in #341
- @nshmyrev made their first contribution in #350
Full Changelog: v1.7.21...v1.8.0