sandrohanea/whisper.net
.NET bindings for OpenAI Whisper, enabling C# applications to perform speech-to-text transcription using the Whisper ML model.

Velocity · 7d
+0.8
★ / day
Trend
→steady
star history
Whisper.net provides dotnet/C# bindings for OpenAI Whisper, a speech recognition and transcription model. The library wraps whisper.cpp to handle audio processing, voice activity detection, and multilingual transcription. It ships with multiple runtimes supporting CPU and GPU (CUDA) inference across platforms, allowing .NET developers to integrate speech-to-text capabilities without native code.