How to Create a Podcast
You need:
- a computer
- USB microphone
- server storage space (webhost)
Get your computer ready
Create the podcast
Create an RSS feed
Subscribe to the RSS Feed Using a Podcatcher
Get your computer ready
-
Download and Install iTunes (free)
Watch online video tutorial of this step.
- Go to http://www.apple.com/itunes/download/
- Select the appropriate platform, enter your e-mail address and click the Download iTunes-free button
- In the window that opens, click the Run button
- In the next window that opens, click the Run button
- Follow the Install Shield Window prompts
- An iTunes & QuickTime Set Up Window will open; follow the prompts
- Download & Install Audacity (free)
Watch an online video tutorial of this step.
- Go to http://audacity.sourceforge.net/
- Click the Download Audacity 1.2.6 link
- Under Recommended Download, click the Audacity 1.2.6 installer link
- Select a download (i.e. North American location)
Note: if nothing happens, look at the top of your browser window, a pop-up blocker may need to be bypassed (do this by clicking the bar with the blocked message) or click the .exe link at the top of the page.
- A File Download window will open, click the Run button
- You may be prompted to click the Run button a second time
- A Setup Wizard will open. Follow the Wizard (click the Next button through the steps until your reach the Finish button)
-
Configure Audacity
Watch an online video tutorial of this step.
- Before you begin, right-click the following link and select Save Target As: lame_enc.dll
- Save the file to the C:/Program Files/Audacity/Plug-ins/ folder
- Plug in a USB microphone to the computer
- Open Audacity
- Go to Edit > Preferences
- Click the Audio I/O tab
- Check to make sure that your sound card is selected as the playback and recording device
- Under Recording, in the Device drop-down menu select your microphone
- Click the Quality tab
- Select 16-bit from the Default Sample Format drop-down menu
- Click the File Formats tab
- Click the Find Library button
- Navigate to the downloaded lame_enc.dll file (in the C:/Program Files/Audacity/Plug-ins/ folder)
- Click the OK button
Create the podcast
-
Write a script
- Prior to recording your podcast it is a good idea to have a script prepared
-
Record your script
Watch an online video tutorial of this step.
Create an XML file
An RSS (Rich Site Summary/Really Simple Syndication) feed allows syndication of the content of a website such as news, blogs or a podcast without the user doing anything other than subscribing once to the feed. Feeds are saved as XML files.
-
Open a text file (go to Start > Programs > Accessories > Notepad)
-
Copy and paste the XML code below into the file
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title> Title of your podcast series </title>
<description> A description of your podcast show </description>
<itunes:author>Your Name </itunes:author>
<link> http://webhost.bridgew.edu/yourusername/feed.xml/ </link>
<pubDate> Sun, 09 Oct 2005 21:00:00 EST </pubDate>
<language>en-us</language>
<copyright> Copyright Year Your_Name </copyright>
<item>
<title> Episode Title </title>
<description> A description of your podcast episode </description>
<itunes:author> Your Name </itunes:author>
<pubDate> Thu, 16 Jun 2005 5:00:00 EST </pubDate>
<enclosure url="http://webhost.bridgew.edu/yourusername/podcast_file.mp3" type="audio/mpeg" />
</item>
</channel>
</rss>
-
Change the bold text to reflect the details of your podcast
Note: plug in your BSC username where it says yourusername above
-
Go to File > Save
- In the Save as type: field, select All Files from the drop-down menu
-
Name the file feed and add the .xml extension (for example: feed.xml)
-
Save the file to your webhost folder
Adding Subsequent Episodes to your Feed
- Open Notepad.
- Go to: File > Open
- Select the feed.xml file saved on webhost
- Copy the section of code from <item> . . .</item>
- Paste it under the existing item(s)
- Change the unique information (title, description, pubDate, enclosure url, and length)
- Save the file as feed.xml in your webhost folder
Subscribe to the RSS Feed Using a Podcatcher
Podcatchers are applications that let you subscribe to a podcast series. A popular and free podcatcher is iTunes. You will need to download and install iTunes to subscribe to podcasts. Downloads are available for both Mac and Windows users.
Download and Install iTunes (free)
If you have not already completed this step, directions to do so can be found here
Subscribe to Podcasts
Watch the online video tutorial of this step.
-
Open iTunes
- Click on Podcasts in the left menu
- Go to Advanced >Subscribe to Podcast
- Enter the Podcast’s URL (http://webhost.bridgew.edu/yourusername/feed.xml) in the window that opens. Click the OK button
- The podcast and all subsequent podcasts in that series will be downloaded to the Podcasts section of iTunes
- Share the Podcast’s URL with others so they can subscribe to your podcast
sources consulted in the creation of this document:
Ludington, J. (2005) Create Podcasts Using Your PC retrieved March 14, 2006 from http://www.windowsdevcenter.com/pub/a/windows/2005/04/05/create_podcasts_with_pc.html
Yahoo Podcasts retrieved March 20, 2006 from http://podcasts.yahoo.com/publish/3