Episodes are edited via GarageBand by combining participants’ audio tracks into a single MP3 file.
Create a local working directory for all of your assets:
.
├── notes.md
├── originals
│ └── yyyy-mm-dd Code Optional recording - <participant name>.mov
├── solos
│ └── yyyy-mm-dd Code Optional recording - <participant name> solo.mov
└── code\ optional\ episode\ <#>\ yyyy-mm-dd.band
- Create a
notes.mdfile for the episodes show notes
- Most of the show notes originate from the episode’s Google Docs file
notes.mdis Markdown-formatted and ready for publication on the blog- Copy the original call recording movie files into the
originalsdirectory - Create solo audio tracks for each participant’s side of the conversation
- For each file in
originals, drag it into theSplit Sides of Conversationapp from theMovie Toolssuite distributed with ecamm’s Call Recorder. - Organize all of the “solo side” of conversation movie files into the
solosdirectory and trash their companions.mv originals/*Side\ 1*.mov solos/. && rm originals/*Side\ 2*mov && for f in solos/*Side\ 1*.mov; do mv "$f" "${f//\(Side 1\)/solo}"; done
- For each movie file in
solos, drag it into theConvert to MP3app from theMovie Toolssuite distributed with ecamm’s Call Recorder.- Ensure that your iTunes MP3 Encorder settings (
Preferences > Import Settings… > Import Using MP3 Encoder) are properly configured to 96 kbps (mono)/192 kbps (stereo).
- Ensure that your iTunes MP3 Encorder settings (
- Delete the non-MP3 files in the
solosdirectoryrm solos/*.mov
- For each file in
- In GarageBand, create a new
Empty Project- In the working directory, save it with the format
code\ optional\ episode\ <episode number>\ yyyy-mm-dd.band
- In the working directory, save it with the format
- Import all of the mp3 files in the
solosdirectory as their own track in the GarageBand project file.
- In GarageBand, select all of the continuous audio regions that will be included in the episode
- Select
Share > Export Song to Disk…- Choose
AIFFand save the file ascodeoptional###.aiffin the working directory.
- Choose
- Pipe the AIFF file through The Levelator (web archive link), an app that normalizes audio levels across the recording
- Open the exported AIFF file in iTunes
- Select the file, secondary click, and select
Create MP3 version - In iTunes,
⌘Ion the created MP3 file and edit its ID3 tags- In the
Infotab, fill out the required ID3 information - In the
Artworktab, add the Code Optional logo
- In the
- Save the MP3 file into the
EpisodesDropbox directorycodeoptional<episode number>.mp3
- From GarageBand’s menu bar, select
View>Show Smart Controls