v1.12.7
k2-fsa/sherpa-onnxv1.12.7Jul 27, 2025by csukuangfj
AI Summary
Adds NeMo ASR models for Portuguese and German, VAD+ASR support for WearOS, and more TTS models.
Key Highlights
- Added Portuguese and German ASR models from NeMo.
- Added VAD+ASR support for WearOS.
- Added more Piper and French TTS models.
New Features
- NeMo ASR (Portuguese, German)
- WearOS VAD+ASR
- Piper/French TTS models
- GigaAM2 max_symbols_per_frame
Full Release Notes
## What's Changed * Support Portuguese and German ASR models from NeMo by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2394 * Support returning the current speech segment for VAD. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2397 * Add more piper tts polish models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2403 * Support VAD+ASR for WearOS by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2404 * support test long audio with streaming-model & vad by @pingfengluo in https://github.com/k2-fsa/sherpa-onnx/pull/2405 * fix typo in sherpa-onnx-vad-with-online-asr.cc by @pingfengluo in https://github.com/k2-fsa/sherpa-onnx/pull/2407 * add tail padding for sherpa-onnx-vad-with-online-asr by @pingfengluo in https://github.com/k2-fsa/sherpa-onnx/pull/2408 * Add more French TTS models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2424 * Add more piper tts models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2425 * Implement max_symbols_per_frame for GigaAM2 by @nshmyrev in https://github.com/k2-fsa/sherpa-onnx/pull/2423 * Fix GigaAM transducer encoder output length data type by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2426 * Add friendly log messages for Android and HarmonyOS TTS users. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2427 * fix setgraph in OnlineCtcFstDecoderConfig Java api by @njsyw1997 in https://github.com/k2-fsa/sherpa-onnx/pull/2411 * Release v1.12.7 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2428 ## New Contributors * @njsyw1997 made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2411 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.6...v1.12.7