Releases: k2-fsa/sherpa-onnx
tts-models
This release contains pre-trained tts models.
Please refer to
https://k2-fsa.github.io/sherpa/onnx/tts/pretrained_models/index.html
for more models.
Pre-built Android APKs are available at https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html
You can try all of the models by visiting the following huggingface space
https://huggingface.co/spaces/k2-fsa/text-to-speech
asr-models
This release contains pre-trained ASR models.
Please refer to
https://k2-fsa.github.io/sherpa/onnx/pretrained_models/index.html
for more models.
Release v1.8.10
What's Changed
- Fix punctuations in tts for Chinese by @csukuangfj in #417
- Build Android APKs for VITS models from Coqui-ai/TTS by @csukuangfj in #419
- Add a C++ example to show streaming VAD + non-streaming ASR. by @csukuangfj in #420
- Update onnxruntime from v1.16.1 to v1.16.2 by @csukuangfj in #421
- Resize circular buffer on overflow by @csukuangfj in #422
- Add scripts to export ASR models from wenet to ONNX by @csukuangfj in #425
- Support non-streaming WeNet CTC models. by @csukuangfj in #426
- Support streaming conformer CTC models from wenet by @csukuangfj in #427
- Add Python APIs for WeNet CTC models by @csukuangfj in #428
Full Changelog: v1.8.9...v1.8.10
TTS APKs
Please see
https://k2-fsa.github.io/sherpa/onnx/tts/apk.html
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)