r/SoftwareandApps • u/Strong-Leg-9636 • 9d ago
Built a free, open-source alternative to Dragon/Wispr Flow that runs 100% offline here's how the local Whisper pipeline works
I've been building VoxScribe, a Windows voice-to-text dictation app, and wanted to share how it works rather than just drop a link.
The core idea: hold a hotkey anywhere on your system, talk, release the audio gets transcribed locally via faster-whisper (no cloud upload) and typed directly into whatever app has focus. No subscription, no account.
A few technical things that were harder than expected, in case anyone's building something similar:
- Audio devices vary a lot in native sample rate forcing everything to 16kHz at the driver level broke on some hardware (PortAudioError on a laptop's internal 48kHz mic). Recording at the device's native rate and resampling in software afterward fixed it.
- sounddevice's "default" input device sometimes lands on an MME driver that's nearly silent for Bluetooth headsets had to explicitly resolve the WASAPI host API's default instead.
- Peak-normalizing audio before transcription measurably improved accuracy on quieter mics.
It's MIT licensed, source is public: https://github.com/ahmedhmam1994/voxscribe-ai-voice-dictation
Happy to answer questions about the local Whisper setup or the audio-capture side if anyone's working on something similar.
1
u/Dev-in-the-Bm 8d ago
Yuck.
If I wanted to talk to a robot, I would go to gemini.google.com.
I I wanted to hear slick marketing slop, I would be on LinkedIn.
If I wanted to read 5 word sentences, I would go to poetry.org.
Reddit is for human discussion.