← Back to Complete Guide

Podcast Audio Chain: Silence → Normalize (-16 LUFS) → EQ → MP3

Raw recordings don't sound like podcasts — chains do. The five-step finishing order that turns rambling WAVs into directory-ready MP3s, and how to run a whole season through it identically.

By Hadi Karaki, maker of FormatifSeptember 16, 202610 min read

The chain (in this order — order matters)

  1. Top and tail.Cut mic checks, countdowns, and trailing room tone. Edit content first — never process audio you'll delete.
  2. Silence removal.Collapse long pauses to breaths (~0.5s), strip dead air. Tighten, don't sterilize — zero-silence speech sounds robotic.
  3. EQ for voice. High-pass 80Hz, small wide cut at 300–500Hz if muddy, gentle presence lift at 3–5kHz. If you hear the EQ working, back it off.
  4. Normalize to -16 LUFS. The directory standard (true peak ≤ -1 dBTP). Do this after EQ — anything level-changing later invalidates it.
  5. Fades + MP3 128k export. Short fades on intros/outros, then joint-stereo MP3 at 44.1kHz (~1MB/min). Archive a WAV master first; derive MP3s from it, never from MP3s.

The same chain in one FFmpeg line

ffmpeg -i raw.wav -af "silenceremove=start_periods=1:start_duration=0.5:start_threshold=-50dB,highpass=f=80,loudnorm=I=-16:TP=-1.5:LRA=11" -c:a libmp3lame -b:a 128k episode.mp3

That line is genuinely useful for one file — and genuinely miserable for forty. Which is the entire point of what follows.

Quick Solution

Save the chain once — finish every episode identically.

Five steps × forty episodes is where podcasts go to die in Audacity menus. Formatif Pro ($8.95 one-time) saves this exact chain — silence removal, voice EQ, -16 LUFS normalization, fades, MP3 export — as a reusable recipe and runs whole seasons through it offline, with per-file status. Consistency across episodes is half of “sounding professional,” and consistency is what batching guarantees.

Why the order is non-negotiable

Two mistakes ruin most self-made chains. Normalizing before EQ: EQ changes levels, so the -16 LUFS you carefully hit no longer exists — always normalize after tone-shaping. Aggressive silence removal: stripping every pause under a threshold turns conversation into a breathless machine-gun delivery that spikes ear fatigue. Set thresholds conservatively, listen to the first finished episode fully, then lock the recipe.

Mono vs stereo note: voice-only shows can halve file sizes with 64–96k mono MP3s nobody can distinguish from stereo on spoken word. Music beds and multi-host crosstalk deserve joint stereo at 128k.

Podcast finishing questions, answered

What loudness should a podcast be?

-16 LUFS integrated, true peak ≤ -1 dBTP. Mono voice: -19 LUFS. Match the queue or listeners grab the volume knob.

What order for podcast processing?

Top-and-tail → silence → EQ → normalize (-16 LUFS) → fades → MP3. Normalize after EQ, never before.

Remove all silence?

No — collapse pauses to breaths, strip dead air. Zero-silence speech sounds robotic and exhausts listeners.

EQ settings for voices?

High-pass 80Hz, small cut 300–500Hz if muddy, gentle lift 3–5kHz. Subtle beats dramatic.

MP3 export settings?

128k joint stereo 44.1kHz (~1MB/min); 64–96k mono for voice-only. Archive WAV first; never derive from MP3.

Batch a whole season?

Save the chain once, run every episode identically — consistency IS professionalism. Batch tool overnight, or Audacity/FFmpeg per file.

Keep learning

Publish weekly, edit once.

Formatif Pro ($8.95 one-time) and Formatif AI ($12.95 one-time) handle video, image, and audio conversion offline — with batch workflows, no file size limits, and a 3-day free trial.

The chain and command above are complete and free forever — pick whichever method fits your episode count.

HK

Written by

Hadi KarakiLinkedIn

Founder of Formatif, a local-first offline media processing suite for Windows and Linux. Hadi writes about video, image, and audio formats, compression, and privacy-first desktop workflows.