v6.1

snakers4/silero-vadv6.1Nov 5, 2025by snakers4

AI Summary

A maintenance release ensuring compatibility with PyTorch 2.9 and Torchaudio 2.9, featuring bug fixes in the optimizer, refactoring of error handling, and removal of debug tools.

Key Highlights

  • Fixed compatibility issues with PyTorch 2.9 and Torchaudio 2.9.
  • Removed ipdb debugger in favor of direct error raising.
  • Fixed optimizer zero_grad bug in tuning utilities.
  • Refined the `use_max_poss_sil_at_max_speech` argument.
  • Removed redundant `hop_size_samples` variable.

Full Release Notes

## What's Changed
* Remove ipdb and raise error directly in get_speech_timestamps by @mpariente in https://github.com/snakers4/silero-vad/pull/695
* Update java example for v6 by @VvvvvGH in https://github.com/snakers4/silero-vad/pull/697
* fix bug in tuning/utils.py: add optimizer.zero_grad() before loss.bac… by @JiJiJiang in https://github.com/snakers4/silero-vad/pull/699
* resolve torchaudio 2.9 utils by @adamnsandle in https://github.com/snakers4/silero-vad/pull/704
* Fixes few typos by @Purfview in https://github.com/snakers4/silero-vad/pull/707
* Removes redundant hop_size_samples variable by @Purfview in https://github.com/snakers4/silero-vad/pull/708
* drop_chunks fix by @adamnsandle in https://github.com/snakers4/silero-vad/pull/712
* Fixes and refines - use_max_poss_sil_at_max_speech arg by @Purfview in https://github.com/snakers4/silero-vad/pull/710

## New Contributors
* @mpariente made their first contribution in https://github.com/snakers4/silero-vad/pull/695
* @JiJiJiang made their first contribution in https://github.com/snakers4/silero-vad/pull/699
* @Purfview made their first contribution in https://github.com/snakers4/silero-vad/pull/707

**Full Changelog**: https://github.com/snakers4/silero-vad/compare/v6.0...v6.1