SpeechDock – Transcribe any audio on your Mac, not just your microphone
System audio transcription without API keys—but Whisper Desktop and Otter do this already, better-known.

Free offline Whisper on Android, but 88–93% accuracy lags Google Recorder's 95–96% by design constraints.
Android users needing offline speech-to-text, mobile content creators, accessibility users
Google Recorder · Otter.ai · Notta
I built a free Android transcriber that has no ads or extra downloads to start transcribing without any limit. It’s a simple app, all things considered; however, what I would like the community’s input on is how I can improve the accuracy.
I currently use the C++ TensorFlow Lite library to load the base(yup base, not tiny) English Whisper model into the app. This is passable for the most part, with about 88%–93% accuracy based on my research and experience using the app. But these newer models, like the ones used in the basic Google Recorder, hover around 95%–96% accuracy (to simplify things).
I know that as a solo developer, I won't have access to those proprietary Google models. However, if anyone is familiar with an easily accessible model with higher accuracy than the base Whisper model that is roughly the same size (or smaller), I would love to hear about it for future releases. The model doesn’t necessarily need to be in a TensorFlow Lite format, I’m willing to redo the implementation if the accuracy and model size offer a significant improvement.
Of course, any additional feedback regarding other aspects of the app would be greatly appreciated as well.
System audio transcription without API keys—but Whisper Desktop and Otter do this already, better-known.
This nails the ugly, practical bits most toy projects skip: WASAPI loopback for Teams audio, a Silero VAD ring buffer to only save speech segments, and robust sleep/device-recovery with exponential backoff. It combines local whisper-rs transcription with optional Azure-based pipelines and scheduled ACS email summaries — a focused, pragmatic tool for people who actually need continuous meeting capture without sending everything to a SaaS.
AI dictation with floating overlay, but Google Voice Typing already does this free.
Yet another transcription wrapper when Otter, Descript, and Firecrawl already dominate.
ScreenCaptureKit captures system audio in stereo while WhisperKit transcribes everything locally.
On-device speaker ID without meeting bots—privacy-first alternative to Otter and Fireflies.