My latest podcast attempt

terminal I tried doing a podcast a few years ago and failed. I just wanted to share some music I was into but compiling the podcasts was time-consuming enough that it got pushed aside almost immediately. So I've started another podcast on Sellout Central which I'm planning to put out every Monday.

This time though I've spent some of my vacation time figuring out how to automate most of the process.

The nerdy details:

Using sox, flite, lame and a bash script, all I have to do is export a playlist from Foobar2000 and run a script. Sox crossfades the songs and compiles them into one big WAV file, flite generates the speech synthesis for the intros and outros and then lame compresses them into an MP3 with appropriate ID3 tags. So basically, I export the WAVs and then run:

./podcastit.sh [episode #] [# of songs]

And get back a shiny podcastable MP3. Whether anyone will like the songs I like is a whole different matter.

If you want the script, let me know and I can package it up.

Update: and here is the script all packaged up.