Request for a push-to-talk voice dictation feature that types into any focused text field on the computer, enhancing user experience and providing a competitive edge.
## Feature Request **What:** Push-to-talk voice dictation that types into any focused text field on the computer — with LLM-powered reformulation and translation. A replacement for tools like Typeless, Voxdrop, and Apple Dictation. **Why:** Multiple community members have requested this. Omi Desktop already has ~70% of the required infrastructure (mic capture, STT pipeline, LLM access, floating overlay, shortcut system). This would be a natural extension and a killer differentiator — included with Omi subscription instead of a separate $10-15/mo tool. ## Proposed UX 1. User holds a hotkey (or taps the floating bar) 2. Mic captures speech with streaming STT (partial results shown in overlay) 3. On release: LLM cleans up filler words, punctuation, formatting 4. Optional: translate to a target language 5. Result is pasted into the focused text field via clipboard + Cmd+V / Ctrl+V ## Existing reference implementation [github.com/xuiltul/voice-input](https://github.com/xuiltul/voice-inp