Release v1.9.24
github-actions
released this
11 May 06:33
·
338 commits
to master
since this release
What's Changed
- Add CTC HLG decoding for JNI by @csukuangfj in #810
- Add function 'tolowerUnicode' in sherpa-onnx-microphone (fix #791) by @daniel-dona in #812
- Add Java API for text-to-speech by @csukuangfj in #811
- Adding temperature scaling on Joiner logits: by @KarelVesely84 in #789
- Fix building wheels for macOS by @csukuangfj in #814
- Fix C# to support Chinese tts models using jieba by @csukuangfj in #815
- Fix a bug for offline paraformer by @csukuangfj in #816
- Add Java API for spoken language identification with whisper multilingual models by @csukuangfj in #817
- Add Java and Kotlin API for punctuation models by @csukuangfj in #818
- Add Java API for audio tagging by @csukuangfj in #820
- Add Java API for speaker identification by @csukuangfj in #822
- Fix typos in JNI TTS by @csukuangfj in #824
- Begin to add node-addon-api for sherpa-onnx by @csukuangfj in #826
- Publish node-addon-api wrapper for sherpa-onnx as npm packages by @csukuangfj in #829
- Update 3dspeaker/export-onnx.py by @chiiyeh in #836
- Upload two more 3d-speaker models by @csukuangfj in #837
- Publish npm package with node-addon-api for Windows by @csukuangfj in #838
- Add links to pre-built APKs and pre-trained models to README. by @csukuangfj in #840
- Publish node-addon-api npm package for linux arm64 by @csukuangfj in #841
- Export NeMo FastConformer Hybrid Transducer-CTC Large Streaming to ONNX. by @csukuangfj in #843
- Export NeMo FastConformer Hybrid Transducer Large Streaming to ONNX by @csukuangfj in #844
- Export non-streaming NeMo faster conformer hybrid transducer and ctc to sherpa-onnx by @csukuangfj in #847
- Add C++ support for non-streaming NeMo fast conformer hybrid transducer ctc (the ctc branch) by @csukuangfj in #848
- Add C++ runtime for non-streaming faster conformer transducer from NeMo. by @csukuangfj in #854
- Solve the issue of missing the last sentence with punctuation by @yh646492956 in #856
- Add C++ support for streaming NeMo CTC models. by @csukuangfj in #857
- Add more streaming ASR methods for node-addon-api by @csukuangfj in #860
- Fix Python TTS examples for models using jieba. by @csukuangfj in #861
- Add Speaker ID demo for C# by @csukuangfj in #862
New Contributors
- @daniel-dona made their first contribution in #812
- @yh646492956 made their first contribution in #856
Full Changelog: v1.9.23...v1.9.24