fix: speaker embedding bug (#1178)

* fix: improve handling of speaker embeddings in transcribe_task

* chore: bump version to 3.4.1
This commit is contained in:
Barabazs
2025-06-25 13:55:20 +02:00
committed by GitHub
parent b93e9b6f57
commit ffedc5cdf0
3 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,7 @@
urls = { repository = "https://github.com/m-bain/whisperx" }
authors = [{ name = "Max Bain" }]
name = "whisperx"
version = "3.4.0"
version = "3.4.1"
description = "Time-Accurate Automatic Speech Recognition using Whisper."
readme = "README.md"
requires-python = ">=3.9, <3.13"