Skip to content

Release Notes

onnx-asr v0.10.2

Released on 2026-01-18

What's Changed

  • Update build, CI, tests and dependencies by @istupakov in #66, #67, #69
  • Add Docs via Material for MkDocs and GitHub Pages, update docstrings, Readme and CI by @istupakov in #68

Full Changelog: v0.10.1...v0.10.2


onnx-asr v0.10.1

Released on 2025-12-30

What's Changed

Full Changelog: v0.10.0...v0.10.1


onnx-asr v0.10.0

Released on 2025-12-26

Highlights

  • Improved TensorRT support: 10x speedup on GigaAM v2/v3 CTC and 3x speedup on Parakeet TDT v2/v3!
  • Optimized the default ONNX configuration to automatically exclude unsupported providers.
  • Installation from source has been simplified - you can now just use pip / uv.
  • You can specify the folder where to download the model.
  • The cpu_preprocessing option is deprecated and ignored, use preprocessor_config and resampler_config instead.

What's Changed

Full Changelog: v0.9.1...v0.10.0


onnx-asr v0.9.1

Released on 2025-12-08

What's Changed

  • Added separate ONNX options for preprocessor and resampler (preprocessor_config and resampler_config) by @istupakov in #48
  • Added concurrent processing in preprocessor (set max_concurrent_workers in preprocessor_config) by @istupakov in #47, #48
  • Fixed VAD for 8 kHz models (t-tech/t-one) by @istupakov in #46
  • CTC decoding optimization by @istupakov in #47

Full Changelog: v0.9.0...v0.9.1


onnx-asr v0.9.0

Released on 2025-12-04

Highlights

What's Changed

Full Changelog: v0.8.0...v0.9.0


onnx-asr v0.8.0

Released on 2025-11-27

Highlights

  • Added support for new GigaAM v3 models, including E2E versions with punctuation and text normalization!

What's Changed

Full Changelog: v0.7.0...v0.8.0


onnx-asr v0.7.0

Released on 2025-08-16

Highlights

  • New supported model nemo-parakeet-tdt-0.6b-v3 for Nvidia Parakeet TDT 0.6B V3 - new multilingual Parakeet model from Nvidia!
  • Performance optimization for GigaAM v2 RNN-T and WhisperHf models.
  • Added performance benchmarks in Readme (on Arm, Intel, and Nvidia T4).

What's Changed

Full Changelog: v0.6.1...v0.7.0


onnx-asr v0.6.1

Released on 2025-05-24

What's Changed

  • New supported sample rates (24 and 32 kHz)
  • Set cpu_preprocessing to true by default
  • Preprocessors optimization by @istupakov in #10
  • Update Readme by @istupakov in #12

Full Changelog: v0.6.0...v0.6.1


onnx-asr v0.6.0

Released on 2025-05-10

Highlights

  • New supported model nemo-parakeet-tdt-0.6b-v2 for Nvidia Parakeet TDT 0.6B V2 (en) - the best English model according to open_asr_leaderboard at the moment
  • load_model now supports loading from any Hugging Face repository with a compatible config.json
  • All models now have a quantized version (quantization="uint8" for onnx-community models and quantization="int8" for others)

What's Changed

  • Improved typing, updated CLI by @istupakov in #5
  • Optimized preprocessors on GPU and added cpu_preprocessing option to load_model by @istupakov in #6
  • Added support for Nemo TDT models by @istupakov in #4
  • Added config.json support by @istupakov in #8
  • Improved tests and typings by @istupakov in #9
  • [Breaking Changes] Renamed model type whisper-hf to whisper (for compatibility with config.json from onnx-community)

Full Changelog: v0.5.0...v0.6.0


onnx-asr v0.5.0

Released on 2025-05-06

What's Changed

  • Added VAD support (currently only Silero VAD model) in #1 and #2.
  • Updated Nemo models (added support for Parakeet models) in #3.
  • [Breaking Changes] Changed syntax for returning timestamps (see examples).
  • [Breaking Changes] Changed Nemo model file names.

Full Changelog: v0.4.2...v0.5.0


onnx-asr v0.4.2

Released on 2025-05-01

  • Add typing overloads for recognize method
  • Fix WhisperHf model on WIndows (with numpy<2)

Full Changelog: v0.4.1...v0.4.2


onnx-asr v0.4.1

Released on 2025-04-30

  • Add sess_options and provider_options to load_model

Full Changelog: v0.4.0...v0.4.1


onnx-asr v0.4.0

Released on 2025-04-30

  • Add built-in resampling support
  • Add optional timestamps and tokens to results

Full Changelog: v0.3.3...v0.4.0


onnx-asr v0.3.3

Released on 2025-04-29

  • Add py.typed for PEP-561
  • Improved error handling
  • Fix work on Windows

Full Changelog: v0.3.2...v0.3.3


onnx-asr v0.3.2

Released on 2025-04-27

  • Optimizing performance of Kaldi/Vosk models

Full Changelog: v0.3.1...v0.3.2


onnx-asr v0.3.1

Released on 2025-04-24

  • Fix load of large whisper models

Full Changelog: v0.3.0...v0.3.1


onnx-asr v0.3.0

Released on 2025-04-24

  • Add support of Whisper models from onnx-community
  • Add quantization support

Full Changelog: v0.2.0...v0.3.0


onnx-asr v0.2.0

Released on 2025-04-22

  • Add support of whisper models
  • Add onnxruntime providers support

Full Changelog: v0.1.0...v0.2.0


onnx-asr v0.1.0

Released on 2025-04-21

First public release

Full Changelog: https://github.com/istupakov/onnx-asr/commits/v0.1.0