TranscribeNode
🎙 Clean audio in English

Clean your audio
in minutes, not hours.

Free FFmpeg recipes + when to use professional AI. Honest guide for English-speaking podcasters, creators and pros.

Create free account →

You have an audio file with background noise, echo or sibilance, and you want to clean it before uploading to a podcast, sending to a client, or transcribing it. This guide shows you how to do it free with FFmpeg, when to use a professional service, and the common mistakes that ruin a decent cleanup.

Identify the problem first

Not all "dirty audio" is the same. Identifying the problem type tells you which technique to use:

Free cleanup with FFmpeg (3 recipes)

1. Spectral denoise (background noise)

The afftdn filter does FFT-based denoise. Works great for constant noise:

ffmpeg -i dirty.mp3 -af "afftdn=nf=-25" clean.mp3

The nf parameter is noise floor in dB. Typical values: -20 (gentle) to -30 (aggressive).

2. De-essing (sibilance)

To reduce excessive "S" sounds:

ffmpeg -i input.mp3 -af "equalizer=f=6500:t=q:w=2:g=-6" output.mp3

3. Full pipeline (denoise + normalize + de-ess)

ffmpeg -i dirty.mp3 -af "afftdn=nf=-25,dynaudnorm=p=0.71,equalizer=f=6500:t=q:w=2:g=-4" clean_pro.mp3

When to use a professional service

FFmpeg covers 70% of cases. For the rest, professional services are worth it:

FFmpeg vs Apps vs TranscribeNode

OptionCostTimeQualityBest for
FFmpeg localFree5min/h70%Tech, devs, simple audio
Audacity + pluginsFree15min/h75%Editors with time
iZotope RX 11USD 39920min/h95%Broadcast pros
Adobe Enhance SpeechAdobe Sub1min/h85%Adobe subscribers
TranscribeNodeIncluded with transcription30s/h85%Pre-processing before transcription

Common mistakes when cleaning audio

Want to try clean + transcribed in one step? Create a free account with 50 minutes included.

Other guides in English

Everything TranscribeNode does for English-speaking creators and pros

Get 50 free credits to start

No card required. No fine print. Works in any browser. Credits work for transcription, photo restoration and UnlockFile.

Create free account →

50 minutes of audio · or 2 restored photos · or UnlockFile diagnostic

🌐 ES
🇦🇷 Español 🇺🇸 English 🇧🇷 Português