VoxMagic is a high-performance, native Windows application that transforms your spoken thoughts into polished, professional text instantly. Built with Rust and powered by Groq's world-class AI models, it offers a "magic" transcription experience with zero lag and near-perfect accuracy.
- 🧠 The Magic Editor: Don't just transcribe—refine. VoxMagic uses Llama 3.3 70B to automatically strip filler words ("um", "uh", "like"), fix complex grammar, and format your speech into perfect prose.
- ⚡ Instant Auto-Paste: Seamlessly inject refined text into any active window (ChatGPT, IDEs, Slacks, or Outlook) the microsecond you release the hotkey.
- 🎹 Ultra-Responsive Hotkeys: Optimized with native Windows API (
GetAsyncKeyState) for hardware-level responsiveness. Hold F8 or Shift + Win to begin your flow. - 🎙️ Studio-Grade Audio: Integrated 16kHz downsampling engine and stereo-to-mono mixdown for maximum Whisper model compatibility.
- 🔒 Privacy & Control: Your API key is stored locally on your machine. No cloud tracking, just pure performance.
- 💎 Premium Aesthetic: A modern dark-mode UI with a pulsating ritualized visualizer that reacts to your voice.
- Download: Grab the latest
VoxMagic.exefrom the repo. - API Key: Get your free API key from the Groq Console.
- Setup:
- Launch VoxMagic.
- Click the ⚙️ Gear Icon.
- Paste your Groq API Key and toggle Always on Top.
- Commence Magic:
- Focus on any text area.
- Hold F8 and speak naturally.
- Release to watch your speech transform and paste automatically.
- Core Engine: Rust (Zero-cost abstractions & memory safety)
- UI Framework:
egui(Hardware-accelerated immediate mode GUI) - Audio Pipeline:
cpalfor low-latency capture &houndfor WAV encoding. - AI Inference:
- Transcription: Whisper V3 Turbo (Sub-second response)
- Refinement: Llama 3.3 70B (State-of-the-art formatting)
- Automation:
enigofor precise keyboard simulation.
- Rust Toolchain (Stable)
- Windows 10/11
# In the project root
cargo build --releaseThe optimized executable will be located in target/release/VoxMagic.exe.
MIT © Ashmil
Crafted for high-velocity thinkers.
