Ross ROSS = Recommend OSS · open-source software intelligence for agents

Const-me/Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model observed · 2026-08-28

github.com/Const-me/Whisper · C++ · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

60/100

  • Activity 84
  • Release rhythm 8
  • Longevity 95
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1334
  • days_rel: n/a
  • days_push: 101
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

10649 stars · 965 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Windows port of whisper.cpp that runs OpenAI's Whisper speech recognition model on the GPU via DirectCompute (Direct3D 11 compute shaders). It ships as a small standalone Whisper.dll with a COM-style API plus a WhisperDesktop GUI for transcribing files and live microphone audio.

Use cases

  • transcribe audio files to text on windows
  • real-time speech to text from microphone
  • run whisper faster than pytorch on gpu
  • offline speech recognition without python dependencies
  • integrate whisper asr into a c# application
  • translate foreign-language audio to english

When to choose

  • you need fast GPU-accelerated Whisper inference on Windows with minimal dependencies
  • you want a desktop app to transcribe files or live audio without installing Python or CUDA
  • you need a compact native library (COM API / C# wrapper) to embed ASR in your own software

When to avoid

  • you need Linux or macOS support - this is Windows-only
  • you need Ogg Vorbis input or ASIO-only capture devices
  • you want the actively developed cross-platform whisper.cpp or faster-whisper ecosystem instead

Facets

application · maturity maintenance

speech-recognition llm-inference gpu-computing audio-processing speech-processing machine-learning windows windows cpp whisper asr directcompute transcription gpgpu voice-activity-detection whisperdesktop gpu desktop

1 source

Member repositories

RepositoryRoleHealth v2
Const-me/Whispermain60

For agents

markdown · JSON · MCP: product_card(name="Const-me/Whisper")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem