-
I am trying to transcribe audio using WhisperX. It's giving the best transcription, but the only problem I am having is that it's missing some audio parts. I don't think it's a VAD issue because I hav…
-
The latest `whisperx` package on PyPi has a version of 3.1.2, but the latest tag in this repo is 3.1.1.
Any idea what commit the 3.1.2 package on PyPi is referencing?
Should there be a new 3.1.2…
-
![2024-10-13T11:33:13,153475270+10:00](https://github.com/user-attachments/assets/90582efe-294a-463d-a69e-b472b40304ca)
Hiya!
I got pretty excited seeing this, as gfx803 is generally not support…
-
Hi @nkilm! I found your repo, which does most of what I want. Did you happen to implement the confidence score functionality from the [whisperX](https://github.com/m-bain/whisperX) library? If not, I'…
-
I've been using Whisper-timestamped for some time and it worked flawlessly. However, after a few months during which I updated my Mac to Sonoma, I've encountered a recurring issue upon returning to us…
-
If I pass in `mps` to device option it will crush. Would be wonderful if M1 GPU can be supported
```
❯ whisperx assets/test.mp3 --device mps --model large-v2 --vad_filter --align_model WAV2VEC2_AS…
-
Hey all, after a nice conversation with @MahmoudAshraf97 on a different repo I wanted to share some of my benchmark data. This was created using an RTX 4090 on Windows, no flash attention, with 5 be…
-
I have the rtx 3060, but i always get :ValueError: unsupported device cuda:0, when trying to use Whisper X
-
Hello, I recently tried to spin up this program again, but it seems like there's some problem with speaker diarization.
It worked okay month ago, and I have not changed anything in the config file.…
-
I noticed that passing on the language to WhisperX does not work if that language is not in the accepted list of WhisperX. However WhisperX does support loading your own model with specifying the Wav2…