Why Audacity Remains the Top Free Choice for Podcasters

Podcasting continues to grow as a powerful medium for storytelling, education, and brand building. For creators just starting out, the choice of audio editing software often comes down to budget and feature set. Audacity, a free, open-source digital audio workstation, has been a mainstay for over two decades. Its longevity is due to its robustness, cross-platform compatibility (Windows, macOS, Linux), and a surprisingly deep toolkit that rivals many paid editors. In this guide, you will learn how to move from raw microphone feed to a polished, publishable podcast episode using Audacity. We’ll cover everything from initial setup to advanced editing techniques, all while keeping the process beginner-friendly.

Setting Up Audacity for Podcast Work

Begin by downloading the latest stable version of Audacity from the official website at audacityteam.org. Avoid third-party download sites that may bundle unwanted software. Installation is straightforward: follow the prompts for your operating system and ensure you install the FFmpeg library when asked, as it enables importing and exporting of a wider range of audio formats beyond the basic WAV and AIFF.

Configuring Audio Preferences

Before your first recording, navigate to Edit > Preferences (Windows/Linux) or Audacity > Preferences (macOS). Under the Devices tab, select your microphone as the Recording Device and your headphones or speakers as the Playback Device. Set the recording channels to 1 (Mono) for a solo podcast or interview—mono ensures equal volume in both ears and smaller file sizes. For stereo recordings (e.g., music elements in the same track), choose 2 (Stereo).

Monitoring and Levels

Professional audio relies on proper levels. In the same Preferences window, check Software Playthrough if you want to hear yourself while recording (though many prefer to monitor directly from their audio interface to avoid latency). Back on the main interface, you’ll see a microphone icon and a speaker icon in the toolbar. Click the microphone drop-down, choose your input device, and then adjust the Recording Volume slider. Aim for peaks between -12 dB and -6 dB on the meter. This headroom prevents clipping and gives you room for post-processing.

Recording Your Podcast Like a Pro

Audacity offers multiple recording modes. The most common is to record each voice onto its own track for easier editing. Start by creating a new project (File > New). Click the Record button (red circle) to begin. Speak your introduction, segment, or interview. If you take a break, press Pause (the two vertical bars) instead of Stop—this keeps the recording in one continuous track block.

Multi-Track Recording for Interviews

If you are recording with a remote guest, use a tool like Zencastr or Riverside.fm to capture each participant’s audio locally, then import the WAV files into Audacity. For local interviews, connect two microphones to an audio interface and arm two tracks by clicking on the Audio Setup button (the dropdown next to the microphone icon) and selecting the correct input channel for each track. Both tracks will record simultaneously when you press Record.

Essential Editing Workflow

Once you have raw audio, the real work begins. Audacity’s editing environment is non-destructive, meaning you can undo changes easily. Here is a logical workflow to clean up your podcast.

1. Trimming and Cutting

Use the Selection Tool (I-beam cursor) to highlight clicks, long pauses, or mistakes. Press the Delete key to remove that section. For smoother cuts between words, use Time Shift Tool (the double-headed arrow) to slide clips closer together. To cut a segment without leaving a gap, select it and choose Edit > Remove Special > Split Cut.

2. Noise Reduction

Background noise is the most common beginner problem. Apply Audacity’s noise reduction in two steps. First, select a few seconds of “silence” where only the room noise is present (no speech). Go to Effects > Noise Reduction and click Get Noise Profile. Then select the entire track or the noisy portion and open the same effect again. Adjust the Noise Reduction (dB) slider between 12 and 20 dB, set Sensitivity around 6 to 9, and Frequency Smoothing (bands) to 3. Click OK. Listen carefully—over-reduction can cause a metallic artifact. Undo and reduce the effect if needed.

3. Compression for Consistent Volume

Raw recordings often have quiet and loud passages. A compressor evens out the dynamic range. Select the track and go to Effects > Compressor. Use the following podcast-friendly settings: Threshold -20 dB, Noise Floor -40 dB, Ratio 4:1, Attack Time 0.2 sec, Release Time 1.0 sec. Check Make-up gain to 0 dB after compressing. Apply the effect. You can double-check the result by using Effect > Normalize set to -3 dB to bring the overall level to a loud but clean standard.

4. Equalization (EQ) to Shape the Voice

Use Effects > Equalization to add presence and reduce muddiness. A common podcast EQ curve involves a gentle high-pass filter around 80 Hz to remove rumble, a small boost at 100-150 Hz for warmth, and a 2-3 dB boost at 3-5 kHz for clarity. You can also cut around 300-400 Hz if the voice sounds boxy. Save your EQ curve once you find a sound you like, so you can load it for future episodes.

Advanced Audacity Techniques

Once you’ve mastered the basics, explore these tools to elevate your production.

Using Envelopes for Manual Volume Automation

Sometimes compression isn’t enough. Click the Envelope Tool (the line icon) on the left toolbar. Then click on the waveform—this adds control points. Drag a point up to increase volume, down to decrease. Use this to duck background music when someone speaks or to manually smooth out a sudden loud exclamation.

Adding Intro/Outro Music

Import a music track by dragging an MP3 file into the Audacity window or using File > Import > Audio. Place the music on its own track. Use the Time Shift Tool to position it. To fade music under your voice, select the end of the music clip and apply Effect > Fade Out. For the intro, apply Fade In at the start. Adjust the music track volume by dragging the Gain slider (the + and - next to the track name) to around -15 to -25 dB so it sits comfortably behind the speech.

Removing Clicks and Pops

Bernard and vocal pops (from plosive consonants) can be removed manually. Zoom in close to the pop—it will appear as a low-frequency, high-amplitude spike. Select that tiny area and apply Effects > Filter Curve EQ with a steep cut below 100 Hz, or simply delete that one or two waveform cycles and use Effects > Click Removal (under the Effect menu) with a low Threshold setting. For persistent clicks, try the free iZotope RX Elements (trial) or manually paint over them.

Exporting for Distribution

After editing, you need to export your podcast in a standard format. Go to File > Export > Export as MP3. If you haven’t installed the LAME encoder, Audacity will prompt you to download it—this is a one-time setup. For podcasting, choose Constant Bitrate (CBR) 128 kbps for spoken word or 192 kbps for music-heavy shows. Set the Quality to Standard. Add Metadata like the episode title, episode number, and author name by clicking Edit Metadata just before export. This data helps podcast apps display your show correctly.

Alternative Export Formats

If you need higher quality for archival, export as WAV (44.1 kHz, 16-bit). For compatibility with some hosting platforms, you might also export as OGG Vorbis or AAC. Avoid exporting as MP3 at bitrates below 64 kbps, as it will degrade the voice quality significantly.

Workflow Optimization Tips

To speed up your editing process, implement these habits from the start.

  • Use keyboard shortcuts: Spacebar to play/stop, R to start recording, Shift + C to toggle looping playback, Ctrl + L to silence a selection. Mastering them cuts editing time in half.
  • Save project files before exporting: Audacity projects (.aup3) are compressed archives that contain all track data and effects. Save often with Ctrl+S to avoid losing work.
  • Label tracks: Double-click the track name area and rename it (e.g., “Host”), and use Tracks > Add Label At Selection (Ctrl+B) to mark sections during recording or editing. Labels appear in the timeline and can be used for navigation.
  • Use a template project: Once you have your favorite mic setup, EQ settings, and intro/outro music placed, save the project as a template. Open a copy for each episode to avoid starting from scratch.
  • Double-check your final mix: Listen through headphones and then on laptop speakers or earbuds. What works on studio monitors may sound harsh on small speakers. Adjust EQ and compression accordingly.

Common Pitfalls and How to Avoid Them

Even experienced Audacity users run into issues. Here are solutions to frequent problems.

High Noise Floor After Noise Reduction

If your recording has a constant hiss (e.g., from a cheap microphone), noise reduction can leave an audible “underwater” sound. Instead of heavy NR, try Effects > Noise Gate set to -30 dB threshold and 0.1 sec attack/release. This cuts out silence between words without affecting the voice. Apply a gentle EQ high-pass at 80 Hz to remove low-frequency rumble.

Latency While Monitoring

If you hear your voice delayed while recording, this is audio latency. The fix is to use an audio interface with direct monitoring, or reduce the buffer size in Audacity’s Preferences under Audio Settings (set Latency Compensation to a lower value, typically 100-200 ms depending on your hardware). For a simpler solution, record without monitoring and rely on your headphones for playback after editing.

Clipping (Distorted Peaks)

If your waveform appears “squared off” at the top or bottom, you have clipped audio. Clipping cannot be fully fixed, but you can try Effects > Clip Fix (under the Effects > Volume and Compression submenu) with a low threshold to reduce distortion. Prevention is key: keep your recording peaks between -6 and -3 dB, and use a pop filter to avoid plosive blasts.

Final Checklist Before Publishing

Before you upload your episode to a podcast host like Anchor or Buzzsprout, run through this quality control list.

  • Is the file exported in MP3 format at 128-192 kbps CBR?
  • Have you normalized the loudness to around -16 LUFS (integrated) for spoken word? (Use a free tool like Youlean Loudness Meter alongside Audacity.)
  • Are there any remaining clicks, breath noises, or long pauses that should be trimmed?
  • Does the intro/outro music fade smoothly and not overpower the voice?
  • Are the ID3 tags filled in with episode title, show name, and episode number?
  • Have you listened to the entire episode, including the first 5 seconds after the intro (a common spot for editing mistakes)?

With practice, each episode will take less time to produce, and your audio quality will consistently improve. Audacity may be free, but its capabilities are anything but limited. Embrace the learning curve, experiment with each effect, and soon you’ll be producing podcasts that sound as polished as those from professional studios—all without spending a cent on software.