v1.12.10

k2-fsa/sherpa-onnxv1.12.10Aug 25, 2025by github-actions[bot]

AI Summary

Adds streaming ASR models for Russian and German, exports Whisper models, and introduces punctuation and TDT duration APIs.

Key Highlights

  • Added VOSK streaming Russian and Kroko streaming German ASR models.
  • Exported Whisper distil-large-v3 and distil-large-v3.5 models.
  • Added punctuation C++ API and TDT duration support.

New Features

  • Streaming ASR models (VOSK Russian, Kroko German)
  • Whisper models
  • Punctuation C++ API
  • TDT duration
  • KittenTTS nano v0.2

Full Release Notes

## What's Changed
* Add VOSK streaming Russian ASR models and Kroko streaming German ASR models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2502
* Refactor CI tests by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2504
* Update APK versions by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2505
* Export whisper distil-large-v3 and distil-large-v3.5 to sherpa-onnx by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2506
* Support specifying pronunciations of phrases in Chinese TTS. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2507
* fix(flutter): fix unicode problem in windows path by @twmht in https://github.com/k2-fsa/sherpa-onnx/pull/2508
* feat: add punctuation C++ API by @Aruxxxi in https://github.com/k2-fsa/sherpa-onnx/pull/2510
* fix ctrl+c may lead to coredump by @yangjuncode in https://github.com/k2-fsa/sherpa-onnx/pull/2511
* Add kitten tts nano v0.2 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2512
* Scripts to generate tts samples by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2513
* Add tdt duration to APIs by @bradmurray-dt in https://github.com/k2-fsa/sherpa-onnx/pull/2514
* Support 16KB page size for Android by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2520
* Split sherpa-onnx Python package by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2521
* Fix kokoro tts for punctuations by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2522
* Release v1.12.10 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/2523

## New Contributors
* @Aruxxxi made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2510
* @yangjuncode made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2511
* @bradmurray-dt made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/2514

**Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.9...v1.12.10