m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
12.48k stars 1.31k forks source link

Open PR to add latest version of faster-whisper #870

Open Hasan-Naseer opened 2 months ago

Hasan-Naseer commented 2 months ago

Can I open a PR to add the latest version of faster-whisper in reqs? I have updated asr.py to account for the new parameters needed in default_asr_options in faster_whisper.transcribe.TranscriptionOptions(**default_asr_options).

We'll get the new distil models that the latest faster-whisper version has.

Hasan-Naseer commented 2 months ago

Updates. Opened PR #875