Filler-Word Remover runs the audio editing and conversion job locally inside your browser. Remove "um", "uh", "like" and other filler words from a speech recording automatically. The Whisper engine transcribes; the Silero VAD model snaps the cuts to clean word boundaries. The work happens on your machine, the result is generated on your machine, and the page exposes the controls you need to drive it without burying them in menus.
Filler-Word Remover is shaped around the recurring needs of two audiences: language learners reviewing speech, who use it as a quick utility between bigger tools, and podcasters preparing episodes, who use it as their primary way of getting the job done. Both groups get the same defaults and the same speed.
Reach for Filler-Word Remover when you need a predictable result on a single file. The page works on the first visit, the controls are visible without a menu, and the output is delivered the moment the engine finishes.
The engine behind the page is whisper.cpp compiled to WebAssembly with the Whisper-tiny model. It reads your file in-memory and writes the result back into the browser. Supported inputs include MP3, WAV, OGG, FLAC, M4A, and AAC. For 200 MB and below the work usually completes in seconds; larger files mostly depend on how much spare RAM your device has.
The architecture is local-first by design. Once the page is loaded, you can disconnect from the network and the tool still completes the job. The processing stack — whisper.cpp compiled to WebAssembly with the Whisper-tiny model and the small UI shell wrapping it — ships with the page itself, so the tool keeps working in offline conditions, on a captive-portal Wi-Fi, or behind a corporate proxy that limits what the tab can reach.
As a workflow component, Filler-Word Remover is the part you reach for when a single, well-defined audio editing and conversion step needs to happen. It performs that step and returns a standard file you can carry into the next part of your pipeline.
The only practical limit is the 200 MB per-file ceiling, which keeps the tool responsive across a wide range of devices. Run the tool ten times in a row, run it ten thousand times — it behaves the same way and produces the same quality of result.
Filler-Word Remover is built around steady iteration on a small set of options rather than feature creep. Every additional setting attracts a slightly different audience, but a long settings panel makes the common case slower for everyone. The current controls reflect what users of the tool actually use.
When the job finishes, Filler-Word Remover hands you the result as `{name}-cleaned.wav`. Filenames are derived from your input where possible, so a quick batch of jobs leaves you with a tidy folder rather than a pile of generic "output (3)" files. Nothing is auto-saved on Favtoo's side because nothing was ever sent there.
From a product perspective, Filler-Word Remover is one of the simplest possible expressions of "do one thing well." The catalog contains dozens of related tools that each handle a slightly different audio editing and conversion task, and every one is a separate page rather than a tab inside a larger app. That separation keeps each tool fast to load and easy to bookmark.
Filler-Word Remover is built around the moment of need: a focused page you open when you have a specific task, complete the task, and close. The catalog contains many adjacent tools so the same model serves the surrounding parts of a typical audio editing and conversion workflow.
Useful patterns when working with Filler-Word Remover: keep the input file open in another tab so you can compare against the result; give the output file a descriptive name when saving so you can find it later (the default name is sensible but generic); and treat each run as independent — the tool has no concept of "history", which means you cannot accidentally pollute one job with leftovers from another.
If the result is not what you expected, the most common causes are easy to check. Confirm the input is under the 200 MB ceiling — files just above the cap fail silently because the engine refuses to allocate the buffer. Confirm the input is one of the supported formats. And if the page itself feels slow, try closing other heavy tabs to free up memory; the engine runs in your browser, so it competes for the same resources as everything else open.
If Filler-Word Remover solved your problem, sharing the page link with someone who has the same problem is the most useful thing you can do. The catalog grows mostly through word of mouth; visitors arriving through a recommendation tend to be the ones the tool serves best.