whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Port of OpenAI's Whisper model in C/C++

Results 525 whisper.cpp issues
Sort by recently updated
recently updated
newest added

Add two options: ``` -tp, --temperature N [0.00 ] The sampling temperature, between 0 and 1 -tpi, --temperature-inc N [0.20 ] The increment of temperature, between 0 and 1 ```

Any plans for translation using OpenAI instead of DeepL? Right now, there is only one option for translation, whch is DeepL. However, you can however use ChatGPT under AI tab...

The docker example used Docker Hub based images that could not be found. This has been replaced with the correct Docker images.

This is a Visual Studio-specific config file

Hello there. When I compile `addon.node` in examples, running the following line after `npm install`: ``` npx cmake-js compile -T whisper-addon -B Release ``` Yields: ``` info TOOL Using Ninja...

**WhisperSpeech is a text-to-speech/voice generation/voice cloning model** derived from OpenAI's Whisper model inversion. Integrating support for it into Whisper.cpp would enhance the functionality of whisper.cpp to cover all primary voice...

I'm on macOS 14.4.1, and testing out whisper.cpp. I have compiled binaries with both CoreML and just Metal. But every single time I run the CoreML version it spends an...

From what I can tell, auto-detection simply picks the language with the highest probability score. Sometimes, I know the language could only be 1 out of 5 possible languages. In...

enhancement
good first issue

GPU was used in spite of the -ng parameter. Zero usage in ANE. I have followed the steps in README for CoreML, and the log looks like this: ``` make...