-
I can do a PR for this, I just need direction.
I've already updated to allow WhisperX to run with the `small` model when `low_vram` is selected, but I'd like to include training in that PR. However…
-
hi! i'm getting the following error message on the most recent version of whisperX running on cmd:
"whisperx: error: unrecognized arguments: --vad_filter True"
--vad_filter True used to work …
-
I'm getting this very brief error when atempting to save transcription using method from utils.py
I'm using free version of Google Colab. This is core logic of my code for handling transcription.
…
-
when I install `faster-whisper` by hand and version changed from `0.7.0 -> 0.7.1`, then the whisperX will raise error
```
File "xxx.py", line 321, in _do_transcribe
model = whisperx.load_mode…
-
# Context
I have been working on a personal project for several weeks that utilizes WhisperX for speech recognition. Recently, I decided to experiment with a custom Voice Activity Detection (VAD) sys…
-
Hi,
I am working on a project where I want to create speaker-aware transcripts from audios/videos, preferably using open-source solutions. I have tried so many approaches but nothing seems to work…
-
Hi, I am testing WhisperX vs. 3.1.0 with macOS 12.5.1 and Python vs. 3.10.11
Example command:
`whisperx inputfile.wav `
-> I get this error message:
ValueError: Requested float16 compute type, …
-
Hi,
i fooled around with whisperx for a project and tried it out on my computer. relly like the speed of it compared to other solutions, but i want to test performance and resource consumption with…
-
I am running WhisperX with large-v3 model.
**When an audio is given, the transcription output ignores last 7-8 seconds and gives smaller transcript than the original answer.**
- I evaluated the …
-
The `README.md` says "more efficient batch inference resulting in large-v2 with *60-70x REAL TIME speed (not provided in this repo)".
Will this eventually be integrated into this repo, too? That w…