v3.4.3

m-bain/whisperXv3.4.3Oct 1, 2025by Barabazs

AI Summary

A maintenance release addressing critical bugs in the Voice Activity Detection (VAD) system and resolving dependency compatibility issues.

Key Highlights

  • Fixed VAD model loading bug.
  • Removed unused code in the Vad class.
  • Restricted `pyannote-audio` version to prevent compatibility issues.

New Features

  • VAD bug fixes
  • Dependency constraint updates

Full Release Notes

## What's Changed
* Remove unused code in Vad class by @3manifold in https://github.com/m-bain/whisperX/pull/1079
* fix vad model load bug. by @duj12 in https://github.com/m-bain/whisperX/pull/835
* fix: restrict pyannote-audio version to avoid compatibility issues by @Barabazs in https://github.com/m-bain/whisperX/pull/1242

## New Contributors
* @duj12 made their first contribution in https://github.com/m-bain/whisperX/pull/835

**Full Changelog**: https://github.com/m-bain/whisperX/compare/v3.4.2...v3.4.3