v3.4.0
m-bain/whisperXv3.4.0Jun 24, 2025by Barabazs
AI Summary
This release enhances diarization capabilities and improves project documentation and workflow stability.
Key Highlights
- Enhanced diarization with optional output of speaker embeddings.
- Added environment configuration support for diarization models.
- Added documentation for libcudnn dependency issues.
- Added lockfile check step to CI workflows.
New Features
- Enhanced diarization with speaker embeddings
- Diarization model environment config
- Improved CI workflows
Full Release Notes
## What's Changed * chore: add lockfile check step to CI workflows by @Barabazs in https://github.com/m-bain/whisperX/pull/1130 * docs: add common issue section for libcudnn dependencies in README by @Barabazs in https://github.com/m-bain/whisperX/pull/1161 * feat: diarization model env config by @bgdnvk in https://github.com/m-bain/whisperX/pull/1101 * docs: add missing torch import to Python usage example in README by @hammerill in https://github.com/m-bain/whisperX/pull/1168 * feat: enhance diarization with optional output of speaker embeddings by @eek in https://github.com/m-bain/whisperX/pull/1085 ## New Contributors * @bgdnvk made their first contribution in https://github.com/m-bain/whisperX/pull/1101 * @hammerill made their first contribution in https://github.com/m-bain/whisperX/pull/1168 * @eek made their first contribution in https://github.com/m-bain/whisperX/pull/1085 **Full Changelog**: https://github.com/m-bain/whisperX/compare/v3.3.4...v3.4.0