SyntaxCue — a live-interview desktop app using whisper.cpp for on-device transcription (Metal on macOS, Vulkan on Windows) #4027
ZetBaur
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey all — sharing SyntaxCue, a desktop app (macOS & Windows) that listens to system audio during a live technical interview and streams an AI-generated answer suggestion, using whisper.cpp for fully local transcription (no audio ever leaves the device).
A few whisper.cpp-specific details that might be relevant to this community:
Full write-up of the pipeline: https://syntaxcue.com/how-syntaxcue-captures-system-audio/
Site: https://syntaxcue.com
Happy to talk more about the Vulkan backend wiring for whisper-rs if useful to anyone else hitting the same CPU-only trap on Windows.
All reactions