<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d31189683\x26blogName\x3dCreate+%26+Manage+Podcast+Feeds\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://rsspodcast.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://rsspodcast.blogspot.com/\x26vt\x3d4319857094222487644', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Friday, July 21, 2006

Topic 1 - Create & Post Podcast Files

Discussing in detail how to record and post files online is beyond what I want to cover in this blog. There are lots of resources on the web to cover in detail how to do this. I will go over the basics.

You can easily record voice or music files using Audacity which is available for free download. You must convert your audio files to mp3 format for use within itunes. To do this in Audacity, you will have to also download LAME mp3 encoder. (also available from the audacity website)

Once your files have been recorded and are in the mp3 format, they need to be uploaded to webspace somewhere. The address becomes something like: www.YOURWEBSPACE SERVER.com/FOLDER or DIRECTORY/NAME of FILE.mp3

Example: www.ronne.com/rss/podcast.mp3

Once you have uploaded all your mp3s, you are ready to prepare your code. That is covered in Topic 3. Topic 2 is a discussion of the xml code with Itunes tags.

0 Comments:

Post a Comment

<< Home