Ideas: faster podcast listening

Podcasts are a great alternative way of taking in information, but the flexibility of being able to listen to whatever you want whenever you want is balanced with the practical limitation that it takes 30 minutes to listen to a 30 minute post.

But this needn’t be an immovable constraint. A number of readily available applications including Audacity will allow you to take an audio file and change the tempo without altering the pitch. So you can take a 60 minute blog and reduce it to 45 minutes of faster speech or even down to 30 minutes if your brain is up to it, or the speaker is slow enough.

I’ve had a try at doing this as part a Podcasting experiment with a local Church, using SoX (a command line audio utility) to change the tempo before posting both a long and a short version of a podcast. The speech does sound a little like a Dalek, but it is perfectly useable and really does save time.

What would really make this useful would be if sound players, both desktop and portable, provided a playback tempo control for speech playback. The ability to change the tempo on the fly would allow you to adjust it in line with your level of concentration. But having podcast clients automatically change the tempo of podcasts as they are downloaded could be useful to.

March 16, 2005 in HowTo, Mac, Podcasting, Weblogs | Permalink | Comments (8) | TrackBack

PRINCE2 Open Exam booking workaround

The day after posting this, APM Group fixed their site. Thank you.


Attempting to formalise my PRINCE2 knowledge has been frustrated by the fact that the Open Examinations in the UK conducted by APM Group are booked through a web site booking form which which uses some outdated JavaScript to display available booking slots. From my testing this appears to only work on Internet Explorer on a PC, though Internet Explorer on the Mac will display the options even if you can't book them!

I'll see if I can persuade them to fix this, but in the meantime, if you are a user of Firefox or Safari you can circumvent their JavaScript museum by typing the following line (as one long line) into the location bar and hitting Return:

javascript:var str=document.f.T1.value; document.getElementById("Topic").innerHTML=str; document.getElementById("Topic").style.visibility = "visible"; alert("Done!");

Replace "T1" (for Milton Keynes) in the above with "T2" for Winsford or "T3" for York.

Once the dates are displayed you can proceed as normal.

February 25, 2005 in HowTo, Management, PRINCE2, Project Management, Web/Tech | Permalink | Comments (1) | TrackBack