Skip to content

Instantly share code, notes, and snippets.

View thelovebug's full-sized avatar

Dave Lee thelovebug

View GitHub Profile

Editing

After recording, each person drops their .flac file into a sub-directory called Dropbox/UbuntuPodcast/{S09E00}, where S09 is the season number, and E00 is the number of this episode.

  • Take a copy of the episode directory. Don't work inside the Dropbox directory because it annoys people when they get all your changes sync'd.
  • Use the ~/Dropbox/UbuntuPodcast/Audacity/audacity.sh script to launch audacity (it kills and re-enables pulseaudio for you)
  • Create a new project
  • Import all the FLAC files as seperate stereo tracks. They will be slightly different lengths and volumes, but should all start at the same point in time.

Mix down

@ymauray
ymauray / calf_config.xml
Last active April 23, 2020 15:00
Script to start JACK, load Calf JACK Host, connect ports, wait, and kill jack.
<?xml version="1.1" encoding="utf-8"?>
<rack><plugin type="gate" instance-name="gate" input-index="1" output-index="1">
<preset bank="0" program="0" plugin="gate" name="">
<param name="bypass" value="0" />
<param name="level_in" value="1" />
<param name="meter_in" value="0.315075" />
<param name="meter_out" value="0.315075" />
<param name="clip_in" value="0" />
<param name="clip_out" value="0" />
<param name="range" value="1.5849e-05" />