Skip to content

Instantly share code, notes, and snippets.

@toshsan
Forked from pgburt/Podcast-Checklist.md
Created August 19, 2021 15:32
Show Gist options
  • Select an option

  • Save toshsan/e9993d767cfb62af10c5237c5e64cf24 to your computer and use it in GitHub Desktop.

Select an option

Save toshsan/e9993d767cfb62af10c5237c5e64cf24 to your computer and use it in GitHub Desktop.
Audacity Podcast Checklist

Recording

  • Set Audacity to use the External mic.
  • Ensure you're recording in 16-bit PCM + 44100Hz.
  • Do a sound check, record everyone in the room speaking. You want the lighter part of the meter bar (the green or red bar at the top) to bounce between -12db and -6db while people are talking. It's hard to achieve this... so just settle for as close as you can get, without the bars going off the scale :)
  • Play it back and tweak levels until it sounds good @ 60% speaker volume.

Edit for Content

  • Join recordings to one track.
  • Listen to it + Edit bad content out.
  • Save this copy to Google Drive, or another backup spot.

Edit for Sound Quality

  • Equalization 200Hz @ 6db boost, 4,000MHz @ -6db loss.
  • Compressor = Threshold -16db, Noise Floor -40db, Ratio 6:1, Attack Time 0.2s, Release Time 1.0s, check both 'Make up gain' and 'Compress based on peaks'. Threshold needs to go lower (more negative) if the resulting track sounds soft. Test @ 60% speaker volume. Compressor allows you to amplify more. If background noise is getting amplified, you need to raise the noise floor.
  • Add intro music.
  • Use the Envelope tool to soften music volume.
  • Normalize -1db (this should ALWAYS be your last step).

Effects to Investigate

  • Low Pass Filter passes frequencies below its cutoff frequency and attenuates frequencies above its cutoff frequency. This effect can therefore be used to reduce high pitched noise.
  • Use Effect > High Pass Filter... with a setting of 24 dB per octave rolloff, and a cutoff frequency of 20 - 30 Hz to remove unwanted subsonic frequencies which can cause clicks when editing. If your record is warped, this will definitely generate unwanted subsonics, in which case consider a lower cutoff frequency.

Notes:

  • Amplify makes a track louder. After Amplify you want the light blue part of the track (RSM) to be at exactly -0.5 and 0.5. This is ideal listening volume (corresponds to about -6db final volume).
  • Compressor adjusts volume up and down to be more consistently in the middle. Default settings are generally good, usually just need to tweak the threshold. Threshold controls loudness. Loud sounds are softened.
  • Normalize adjusts the volume center around the loudest peak. If the final track sounds too loud, tweak this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment