v1.1.0 — AI-Powered Voice Intelligence
Voiceavel 1.1.0 is our biggest feature update yet. Your voice input now goes through a smart AI post-processing layer that cleans up, corrects, and formats your text automatically — all in under half a second.
Smart Cleanup
Removes filler words and handles mid-sentence corrections automatically.
Filler word removal:
| You say |
You get |
| "So um I was thinking we should uh meet on Tuesday" |
"I was thinking we should meet on Tuesday" |
| "The project is basically, you know, almost done" |
"The project is almost done" |
| "I mean, it would be great to sort of get started" |
"It would be great to get started" |
Voice corrections — change your mind mid-sentence:
| You say |
You get |
| "Let's meet tomorrow, no wait, Friday" |
"Let's meet Friday" |
| "Send it to John, actually, send it to Sarah" |
"Send it to Sarah" |
| "The deadline is March 10th, scratch that, March 15th" |
"The deadline is March 15th" |
Works with your existing OpenAI or Groq API key. Local-only users still get basic filler removal without needing any API key.
Command Mode
Select any text, hold your hotkey, and speak a command. Voiceavel detects the selection automatically — no extra hotkey needed.
| Selected text |
You say |
Result |
| "hey can u send me the doc asap thx" |
"make this professional" |
"Hi, could you please send me the document at your earliest convenience? Thank you." |
| "The quarterly results show a 15% increase in revenue" |
"translate to Spanish" |
"Los resultados trimestrales muestran un aumento del 15% en los ingresos" |
| "We need to implement the new feature by Friday and also fix the bug in the login page and update the documentation" |
"break into bullet points" |
"- Implement the new feature by Friday\n- Fix the bug in the login page\n- Update the documentation" |
| "This is a really really important meeting that we absolutely need to attend" |
"make it shorter" |
"This is an important meeting we need to attend" |
If nothing is selected → normal dictation. If text is selected → command mode. Fully automatic.
Context-Aware Formatting
Detects which app you're typing in and adjusts output to match.
You say: "hey can we push the standup to 3pm today something came up"
| App |
Output |
| Slack / WhatsApp |
hey can we push the standup to 3pm today, something came up |
| Mail / Outlook |
Hi, can we push the standup to 3:00 PM today? Something came up. |
| Word / Pages |
Can we push the standup to 3:00 PM today? Something has come up. |
Supports 30+ apps out of the box including Slack, WhatsApp, Telegram, Discord, iMessage, Mail, Outlook, Spark, Word, Pages, Notion, and Obsidian.
Coding Mode
In code editors, Voiceavel preserves technical terms and formats them appropriately.
| You say |
You get |
| "define a function called get user profile" |
"define a function called getUserProfile" |
| "set max retry count to 5" |
"set maxRetryCount to 5" |
| "import react from react" |
"import React from 'react'" |
Recognized editors: VS Code, Cursor, Xcode, IntelliJ, PyCharm, WebStorm, Sublime Text, Warp, iTerm2, Terminal, Alacritty, Kitty, Nova, Windsurf, CodeRunner.
AI Features Menu
All AI features can be toggled individually under Settings → AI Features:
- Smart Cleanup — filler removal + voice corrections
- Context-Aware Formatting — app-specific tone and punctuation
- Coding Mode — technical term preservation in code editors
Under the hood
Uses your existing API key — same one for transcription. Calls gpt-4o-mini (OpenAI) or llama-3.1-8b-instant (Groq). Cost: ~$0.00003 per dictation. Local-only users get regex-based filler removal without any API key.
123.7 MB