v1.13.1

openai/openai-realtime-agentsv1.13.1May 8, 2026by csukuangfj

AI Summary

A maintenance release that improves Sense-voice functionality, fixes GPU ONNXRuntime URLs, and enhances stability for speaker diarization and NeMo transducer beam search.

Key Highlights

  • Implemented per-stream use_itn override for Sense-voice
  • Fixed x64 GPU onnxruntime URL
  • Added bounds checks to prevent SIGSEGV in speaker diarization

New Features

  • Added per-stream use_itn override via Stream::GetOptionInt
  • Fixed x64 GPU onnxruntime URL
  • Added bounds checks to prevent SIGSEGV in speaker diarization
  • Fixed bugs in NeMo transducer modified beam search

Full Release Notes

## What's Changed
* feat(sense-voice): per-stream use_itn override via Stream::GetOptionInt by @wangxiuwen in https://github.com/k2-fsa/sherpa-onnx/pull/3565
* Fix x64 gpu onnxruntime url by @difey in https://github.com/k2-fsa/sherpa-onnx/pull/3578
* Replace dead link with archived link by @hms0411rt in https://github.com/k2-fsa/sherpa-onnx/pull/3576
* fix: add bounds checks to prevent SIGSEGV in speaker diarization by @jasagiri in https://github.com/k2-fsa/sherpa-onnx/pull/3563
* Fix bugs in NeMo transducer modified beam search. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3589
* Release v1.13.1 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3590

## New Contributors
* @wangxiuwen made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3565
* @difey made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3578
* @hms0411rt made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3576
* @jasagiri made their first contribution in https://github.com/k2-fsa/sherpa-onnx/pull/3563

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