v1.12.34
k2-fsa/sherpa-onnxv1.12.34Mar 26, 2026by csukuangfj
AI Summary
Added comprehensive Qwen3-ASR support across multiple languages and added C APIs for source separation.
Key Highlights
- Added Qwen3-ASR support for C, C++, Go, JavaScript, Java, Kotlin, Dart, Rust, C#, Pascal, Swift, and WebAssembly.
- Added C, CXX, and C# APIs for source separation.
- Updated Python subtitle script to support FireRedASR CTC and FunASR Nano.
New Features
- Qwen3-ASR support
- Source separation C APIs
- Rust doc fix
Full Release Notes
## What's Changed * Update Python subtitle script to support FireRedASR ctc and FunASR Nano. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3400 * Fix building Rust doc by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3403 * Add C API for source separation by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3404 * Add CXX API for source separation by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3405 * Add C# API for source separation by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3406 * Fix TTS deprecated warnings. by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3407 * Add Qwen3-ASR support by @Wasser1462 in https://github.com/k2-fsa/sherpa-onnx/pull/3399 * Upload Qwen3 ASR 0.6B int8 models by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3409 * Update tests for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3410 * Update Swift API example for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3411 * Add go API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3412 * Add C# API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3413 * Fix warnings in Go API by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3414 * Refactor Go API examples to use sherpa_onnx.ReadWave() by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3415 * Add JavaScript API (WebAssembly) for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3416 * Add JavaScript API (node-addon) for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3419 * Add Java API and Kotlin API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3420 * Add Dart API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3422 * Add Rust API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3423 * Add Pascal API for Qwen3 ASR by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3424 * Release v1.12.34 by @csukuangfj in https://github.com/k2-fsa/sherpa-onnx/pull/3425 **Full Changelog**: https://github.com/k2-fsa/sherpa-onnx/compare/v1.12.33...v1.12.34