Voice Fix
AI-powered voice transcription correction for VS Code.
Voice Fix cleans raw speech-to-text output and turns it into polished writing or a better prompt for Copilot Chat. It is built for developers who dictate notes, code instructions, commit messages, and chat prompts.
Quick Pitch
Turn rough dictation into clean, developer-ready text in seconds.
Use Voice Fix to repair transcripts, preserve technical vocabulary, and produce better prompts for Copilot Chat without manual rewriting.
Why Voice Fix
- Fixes grammar, punctuation, and spelling from dictated text
- Removes filler words and disfluencies ("um", "uh", repeated fragments)
- Keeps technical terms and coding context intact
- Can enhance corrected text into a clearer AI prompt
- Works with VS Code Language Model API, OpenAI, Anthropic, and OpenAI-compatible endpoints
Features
1) Correct Transcription
Use /correct (or the correction commands) to clean speech-to-text output while preserving meaning.
2) Enhance as Prompt
Use /enhance to transform rough dictated text into a clear, actionable prompt for AI workflows.
3) Voice Edit Mode
Enter voice editor mode and apply spoken editing operations to the active file.
4) Flexible Output
Send corrected output to clipboard, Copilot Chat, or both.
Commands
Voice Fix: Correct Clipboard Text
Voice Fix: Correct Text (Input Box)
Voice Fix: Correct Selected Text
Voice Fix: Open Settings
Voice Fix: Copy Last Corrected Text
Voice Fix: Send Corrected Text to Chat
Voice Fix: Enter Edit Mode
Voice Fix: Exit Edit Mode
Chat Participant
Use @voicefix in Copilot Chat.
Available slash commands:
/correct
/enhance
/settings
/edit
Extension Settings
Voice Fix contributes these settings:
voiceFix.provider
voiceFix.model
voiceFix.openaiApiKey
voiceFix.anthropicApiKey
voiceFix.openaiCompatibleBaseUrl
voiceFix.openaiCompatibleApiKey
voiceFix.showOriginal
voiceFix.outputMode
voiceFix.defaultMode
voiceFix.customSystemPromptAppend
Requirements
- VS Code
1.109.0 or newer
- For
vscode provider: GitHub Copilot access in VS Code
- For
openai / anthropic / openai-compatible: valid API configuration in settings
Donate
If Voice Fix helps your workflow, you can support development here:
Keywords
Voice transcription, dictation, speech-to-text correction, prompt enhancement, Copilot Chat, AI writing cleanup, VS Code voice workflow.
Release Notes
See CHANGELOG.md in the extension package for release history.
License
MIT