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

Whisper command line client compatible with original OpenAI client based on CTranslate2.

Results 23 whisper-ctranslate2 issues
Sort by recently updated
recently updated
newest added

After some upgrades and configuration changes the live transcription stopped working. My setup was working okay, but for unknown reason stopped capturing the mic input. Hence upgraded Jetson Orin Nano...

I installed [whisper-ctranslate2](https://github.com/Softcatala/whisper-ctranslate2) with `pip install -U whisper-ctranslate2` in Powershell on Windows 11, and run this command ` whisper-ctranslate2 "C:\Users\\Documents\Sound Recordings\Recording.m4a" --language Russian --model medium` but experience this message: `parallel_for...

By default, Whisper produces subtitles (SRT/VTT) with often quite long line-lengths. For some uses these can be too long for viewers to comfortably read. (a common recommendation is that subtitles...

cat sound.wav | whisper-ctranslate2 Changed src/whisper-ctranslate2.py. Edits the check for no audio cli argument and no live transcribe.. If there is stdin data then a new temporary file is created...

I tested a bit with the live functionality and I noticed that the voice recognition did not record properly in some cases because the volume was too low (although I...

Can you run this on Macos? If so, where do I type this code: pip install -U whisper-ctranslate2 Can I open a terminal inside the folder where the files are...

Hello, just wanted to start a discussion about running whisper-ctranslate2 in Docker. Referencing [#109 of faster-whisper](https://github.com/SYSTRAN/faster-whisper/issues/109#issuecomment-1498303518), I came up with the following Dockerfile, which works. ``` # Use Ubuntu as...

Hello! Is there a way to get GPU or CoreML acceleration on Mac with arm processors? Thanks!

Hi, and thanks for your project, it works flawlessly and I had met no issue at all. I would just like to ask if there is a way to "trap"...

Additional logging was implemented in: https://github.com/guillaumekln/faster-whisper/issues/112 https://github.com/guillaumekln/faster-whisper/pull/113/files Would it be possible to add a flag to display debug logging? I'm particularly interested in the `"VAD filter kept the following audio...