Introduction to Podcast Production

I figured I’d outline my process from start to finish.

0: Tools

I use Zencastr for most of my sessions with online participants. Zencastr is an incredible service that shaves off most of the logistical work: it records local audio on both sides of the conversation, and allows guests to just talk and not worry about the logistics of recording. It also is where you have your “virtual call” itself, so it’s all in-browser for everyone. Once the podcast is done recording, a WAV is uploaded and you have lossless, synchronised audio for every participant.

My equipment is very spartan: a set of Audio Technica ATR-2100 USB Microphones. They’re fairly inexpensive and sound phenomenal. If you’re recording multiple people in an entirely local setting, I highly recommend picking up Loopback, too, which allows you to combine the USB microphones into a single interface with four (or six, if there’s three people) channels.

My postprocessing DAW software of choice is Logic Pro X. It seems to be an uncommon choice, but it works really well for the job. Audacity is also used at the very start and end of the process, as is the “secret sauce”: The Levelator.

1: Recording

There really isn’t enough said about speaking on-air in a way that’s really enjoyable to hear. I don’t just mean being “on”. I mean keeping a listener engaged, staying in touch with your participants, etc.

What I learned to do as I recorded more podcasts was to be a brief and precise speaker. Most people vulture around their point: they circle their thoughts before, finally, hitting the thesis. If you know what your thesis is, state it first, then follow it up with your points.

It’s also very easy to use filler words to clarify that you’re still thinking, like “um” or “uh”. You can remove these in post, but it’s more work for you later – just know that removing gaps of silence is the easiest part of your job. You can have long gaps of nothing if you’re still thinking, and your production will clean those thoughts up and string them together.

A gentle structure is the best structure for a conversation. There’s a reason the conversation is taking place, but let everyone explore a bit before edging them forward in the structure.

2: Initially cleaning up the audio

Download the tracks from everyone. Open Audacity, open each track and perform noise removal. Export the (now less noisy) WAV for each.

3: Start the Logic project

Open Logic Pro X and create a multi-track template. Drag in the noiseless WAVs to independent tracks.

4: Really clean up the audio

Your three best friends are the compressor, the EQ, and the noise gate. I took a page from this guide, for GarageBand.

The compressor reduces the dynamic range of the audio to help vocals sit better in the mix. It lowers the loudest parts to raise the entire track up. Signal levels above the listed threshold will cause the compressor to react and reduce the DR. The ratio controls how much any signal over the threshold is attenuated (4:1 would attenuate the signal by 25%, for example).

The EQ raises or lowers parts of the frequency of the signal.

The noise gate eliminates all sound that occurs beyond its listed threshold. So if you’re gating at 35dB, then only signals of 35dB or higher will show in the recording. This is used since noise will usually be low, but consistent, but people speaking are louder than the gate, immediately, so they show in the signal, but the noise doesn’t.

Apply selection-based processing to the track.

5: Cut up the audio

Excellent! Now each track sounds good and you can strip the silence to see the conversation play out and really manipulate it.

Press Ctrl+X in Logic and you’ll configure what it thinks “silence” is, so you can remove it from each track:

Leave “search zero crossing” checked.

Perform this to each independent track and you’ll now see when everyone starts or stops talking (or when another noise is interrupting someone as they talk).

6: Listen to the conversation

This might be the most inefficient way I produce, but I listen to the episode at 1x speed and remove noises that aren’t talking as they appear. I also remove “cross-talk” (people interrupting each other), sometimes moving the interruption later on to make the conversation less clumsy; I shorten the delay between online participants so that it sounds more like they’re in the same room, reacting to each other quickly; and I often remove “yeah”, “uh huh”, etc. from the person listening, unless it’s integral to the conversation.

Your best friend is gonna be Shift+F, which grabs all the audio after the highlighted track so you can move it all at once. When you’re shortening a section, this is integral to not annihilating the conversation flow.

I often ran into an issue where a participant would start a thought, take a few seconds to process, and then finish the thought – I would just remove the silence and string the thought together.

If you hit a “weird” sound – mouth clicking or someone tapping the table or whatever – you can use the scissor tool in Logic, zoomed in enough (use Cmd+Right to zoom the track in a bit further) to remove the noise and connect the track back together with Shift+F.

7: Bounce the rough mix and Levelate

Hit Cmd+B to open Bounce and export a PCM, WAV mix of the episode. Now you’re gonna stick it in the Levelator, which will normalise the channels and make it just sound generally better. I don’t know what it does beyond normalisation, but episodes sound great after it processes them. So…yeah.

8: Export the final

Open the output from the Levelator in Audacity and chop off excess silence from the end, then export it. I usually export at 96kbps, mono audio, in MP3. This produces about ~26MB of audio per hour, which is fantastic.

9: Upload it!

If you’re doing your own podcast, I do highly recommend going to a hosting service like Blubrry, since it’s, in the long run, far less expensive than hosting it yourself. They also give you an embeddable HTML5 player for your site.

I also made YouTube videos of my podcasts. That one’s easy if you’re a command line person. Install FFmpeg (I can’t recall if I used Homebrew on my Mac to install it, but I might’ve – in any case, Homebrew is so useful, you should have it anyway).

Open your command line and use this command, dragging in your appropriate file for the two inputs listed, so it puts the full path in for you:

ffmpeg -loop 1 -r 2 -i /path/to/podcastimage.jpg -i /path/to/podcast.mp3 -vf scale=-1:380 -c:v libx264 -preset slow -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p -threads 0 output.mkv

It’ll render the video in about 3 minutes per hour of audio, creating a small video at 360p for the podcast.

I hope this is useful for you – or at the very least, provided some insight on my process. Podcasting is super rewarding: it lets you hone down conversations until they’re something really special you can come back and listen to later, and as a producer it can be a really theraputic, fun thing to do.

Introduction to Podcast Production - March 24, 2018 -