v1.13.3

Significant-Gravitas/AutoGPTv1.13.3Jun 15, 2026by csukuangfj

AI Summary

This release focuses on enhancing speech recognition capabilities, specifically adding support for Qualcomm NPU and QNN integration. It also includes new examples for the Rust API, React Native wrapper, and various documentation improvements.

Key Highlights

  • Streaming zipformer transducer support for Qualcomm NPU with QNN
  • X-ASR models exported to sherpa-onnx and QNN
  • New Whisper example for the Rust API
  • React Native sherpa-onnx wrapper added
  • Updated iOS to use onnxruntime 1.26.0

New Features

  • JavaScript API example for Supertonic3 TTS
  • React Native wrapper
  • Async TTS examples
  • Streaming zipformer transducer for Qualcomm NPU
  • X-ASR models export
  • Whisper example for Rust
  • Offline CATT diacritization
  • Multilingual Nemotron-3.5 streaming ASR

Full Release Notes

## What's Changed
* Add JavaScript API example for Supertonic3 TTS by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3614
* Update Spacemit toolchain download URL and centralize versioning by @alex-spacemit in https://github.com/k2-fsa/sherpa-onnx/pull/3618
* docs: add React Native sherpa-onnx wrapper by @abretonc7s in https://github.com/k2-fsa/sherpa-onnx/pull/3615
* Add async TTS examples, LinearResampler API, and use node-cpal for microphone by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3623
* Improve C/C++ API documentation, examples, and CI by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3626
* Add doc for Python API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3627
* Fix heap-buffer-overflow in TopkIndex when topk > size by @suykerbuyk in https://github.com/k2-fsa/sherpa-onnx/pull/3628
* build: allow overriding ONNX Runtime for mobile by @abretonc7s in https://github.com/k2-fsa/sherpa-onnx/pull/3617
* Update VoxSherpa TTS link for stable APK releases by @CodeBySonu95 in https://github.com/k2-fsa/sherpa-onnx/pull/3648
* Add streaming zipformer transducer for Qualcomm NPU with QNN. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3645
* Export streaming zipformer transducer to QNN by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3653
* Add Android demo for streaming zipformer transducer ASR with QNN by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3654
* Upload X-ASR non-streaming zipformer transducer models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3656
* Fix generating subtitles for funasr nano by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3659
* Support non-streaming Zipformer transducer for Qualcomm NPU with QNN. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3655
* Support streaming zipformer transducer ASR for QNN. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3660
* Export X-ASR models to sherpa-onnx by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3662
* Add a Whisper example for the Rust API by @WuYujie666 in https://github.com/k2-fsa/sherpa-onnx/pull/3661
* Export X-ASR models to QNN by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3666
* Add Android demo with QNN for Streaming X-ASR. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3668
* Add offline CATT diacritization (encoder only) by @matiaslin in https://github.com/k2-fsa/sherpa-onnx/pull/3647
* Add Android QNN demo for non-streaming zipformer with Reazonspeech by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3670
* Add OfflineDiacritization JAVA bindings by @matiaslin in https://github.com/k2-fsa/sherpa-onnx/pull/3669
* Add multilingual Nemotron-3.5 streaming ASR support by @JulianPscheid in https://github.com/k2-fsa/sherpa-onnx/pull/3671
* Update iOS to use onnxruntime 1.26.0 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3678
* Release v1.13.3 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3679

## New Contributors
* @abretonc7s made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3615
* @WuYujie666 made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3661
* @JulianPscheid made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3671

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