DevTools Logo
All posts

Voice Dictation: Speaking Is Three Times Faster Than Typing

August 22, 2026 · DevTools

dictation
speech-to-text
productivity
accessibility

Voice Dictation: Speaking Is Three Times Faster Than Typing

Average adult typing sits near 40 WPM; comfortable speech runs 120–150. The Voice Dictation tool points that gap at any text box: press start, talk, watch words appear.

How the recognition actually works

The tool wraps the browser's SpeechRecognition API in continuous mode with interim results. Interim text is the engine's current best guess, still being refined — it renders gray and shifting. When a phrase finalizes, it commits into the transcript in black. Only committed text survives; the gray scaffolding never pollutes the output. Twelve recognition languages are one click away, from Türkçe to 日本語.

Errors surface as human sentences — "microphone permission denied", "the speech service could not be reached" — instead of engine codes, because a dead button with no explanation is the worst possible UX.

The two honest caveats

Chromium-only. Firefox and Safari don't implement the API, so they get a clear "not available in this browser" notice rather than a fake start. That's an ecosystem fact, not a tool choice.

Your audio goes to the vendor's engine. Chromium's recognition runs on Google's or Microsoft's speech service — it needs internet, and audio is processed there. The tool discloses this before the mic starts. The transcript stays in your browser: nothing is stored, nothing is sent to this site, and clearing the page clears everything.

Where dictation earns its keep

First drafts (perfectionism dies at speaking speed), accessibility input for RSI or motor impairments, and language practice where hearing your own attempts transcribed is instant feedback. Edit the transcript, style it with the Unicode Font Styler, or flip direction and have text read back with Text to Speech.

Tools mentioned in this post