faster-whisper icon indicating copy to clipboard operation
faster-whisper copied to clipboard

Faster Whisper transcription with CTranslate2

Results 246 faster-whisper issues
Sort by recently updated
recently updated
newest added

At the moment, the segments returned by faster-whisper are a subtly different shape to those returned by Whisper and also lack some of the information that JSON/verbose transcription results from...

It seems that timestamp from whisper is not very accurate, so when run two mono audios separately, and trying to assemble back the origin audio based on timestamp isn't very...

Hello, Is batch execution of faster-whisper's transcribe possible? We've seen in this [thread](https://github.com/OpenNMT/CTranslate2/issues/1119) that batch execution should increase the throughput. But it's not clear how to perform batch using faster-whisper...

For use case where whisper is used to transcribe video stream like mp4, sometimes the original stream (e.g RTMP) has network issues that results in pts (presentation timestamp) jumps. Currently...

version: master (e9a082dcf27647eb52585cda6f115454c0ac6856) voice file: [test.mp3.zip](https://github.com/guillaumekln/faster-whisper/files/11170404/test.mp3.zip) voice file: Sentence and sentence duration of silence > 2s audio wav: set enable vad_filter and word_timestamp. Testing different scenarios, the word cannot be...

I was using the model (large-v2) for transcribing our meetings. But we were using 2 languages with the speaker 1. native language (Turkish) and the 2. part for checking the...

Hello, I am running a two weeks old version of faster-whisper. The thing is that I only need English transcriptions, so I specify it as a parameter (language="en"). It does...

First, thank you for this awesome work and it indeed improves the transcribe time a lot! But I'm wondering if it's possible to push to even higher gpu usage so...

As part of trying to fix the misaligned timestamps with VAD use I am trying to have the model output shorter segments on average. https://github.com/openai/whisper/discussions/223 There is a solution suggested...

Hello, I ran some benchmarks on models on a RTX 2070 and I end up with the following results : ```txt Medium GPU cuda float16 | file 874 seconds :...