-
model.transcribe(fileName,vad_filter=True) 报错误文件不存在
```
[ONNXRuntimeError] : 3 : NO_SUCHFILE : Load model from C:\Users\ADMINI~1\AppData\Local\Temp\_MEI92922\faster_whisper\assets\silero_vad.onnx fa…
-
I noticed that small english 0.15 version has rather poor performance (compared to whisper tiny/base). Could you please add model vosk-model-small-en-us but 0.22 version (for portable devices, android…
-
The stable speed for stream is about --steps 900ms. Loops faster than that won't allow whisper.cpp to recognize what i say. Is there a way to accelerate the processing speed on Ubuntu (e.g., --steps f…
-
Faster-whisper recently get a stable release [1.0.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.0.0). It now supports:
- CUDA 12
- distil-whisper model
-
I got the following error. Is there a way to fix it? My machine runs whisper without problem. So I think whisperx should also be adapted to machines without fp16.
```
Traceback (most recent call l…
-
Would it be possible to add support for [CTranslate2](https://github.com/OpenNMT/CTranslate2) ([faster-whisper](https://github.com/SYSTRAN/faster-whisper)) in [asr1/pyscripts/utils/evaluate_whisper_in…
-
currently trying to use whisperX (which uses faster whisper, which uses CTranslate2), and am getting the following error
`Could not locate cudnn_ops_infer64_8.dll. Please make sure it is in your li…
-
Please mark the most recent release of wyoming-piper (currently v1.5.2) as the "Latest" release. See (https://github.com/rhasspy/wyoming-faster-whisper) as an example; it has the Latest release set t…
-
So its giving me error like transformer version needs 4.0 something and tokenizer version required is 1.9 for that but faster whisper needs tokenizer below 1.5. And as well getting the following error…
-
Hi, I’m working on transcribing a live YouTube video. I’m fetching the audio from the live stream and passing it into Faster Whisper. The issue I’m encountering is that after a while, or sometimes eve…