Everyone says "um" and "uh" when they talk. That's fine in conversation. It's annoying in transcribed text. Whisperer can strip these out automatically.
How to enable it#
It's off by default (sometimes you want exact transcription). To turn it on:
- Open Settings
- Find "Filler Word Removal" under Text Processing
- Toggle it on
Done. Filler words get stripped from all future dictation.
What gets removed#
These words: um, uh, erm, er, ah, hmm.
Only standalone words. "Umbrella" stays "umbrella." "Ermine" stays "ermine." The matching is smart enough not to mangle actual words.
The processing pipeline#
Filler removal is one step in a longer chain. Every transcription goes through these stages:
- Transcription — Whisper/NVIDIA/Apple Speech produces raw text
- Dictionary corrections — fixes your custom terms (details)
- Filler word removal — strips um, uh, etc. (optional)
- List formatting — converts spoken lists to bullets (optional)
- AI post-processing — rewrite, translate, format (details) (optional)
- Trailing space — adds a space so you're ready to keep typing (optional)
- Injection — text goes into the focused field
Each step can be toggled independently. Mix and match.
List formatting#
Whisperer can turn spoken lists into formatted bullet points. No AI needed for this one.
It recognizes:
- Ordinals: "first", "second", "third"
- Cardinals: "one", "two", "three"
- Digits: "1", "2", "3"
- Phrases: "number one", "bullet point", "dash"
There's false-positive prevention built in. "I had two coffees" doesn't become a list. "About three hours" stays as prose. It checks 60+ preceding words to avoid mistakes.
If the rule-based engine misses something, there's an optional AI fallback that looks for implicit list structure.
When to use what#
| Scenario | Settings |
|---|---|
| Professional emails | Filler removal ON, List formatting OFF |
| Meeting notes | Filler removal ON, List formatting ON |
| Code documentation | Filler removal ON, AI Coding mode ON |
| Exact transcription | Everything OFF |
| Creative writing | Filler removal OFF, AI Creative mode ON |
Getting started#
- Download Whisperer
- Turn on Filler Word Removal in Settings
- Optionally enable List Formatting
- Try AI post-processing for more cleanup options