<C++> Installing whisper.cpp
Monday, Apr 14, 2025
I’m going to make a game that interacts with NPCs with voice.
To do that I need to install a voice recognition AI model which translates user’s voice into natural language.
OpenAI has a model called whisper which does exactly this, and it has a community C++ extension(https://github.com/ggml-org/whisper.cpp )
I’m setup this whisper.cpp in my game file so that we can run it locally.
1. Clone Repository and Download Model Weights $ git clone https://github.