Getting Your News as MP3s?
GreenKiwi asks: "I've been really interested in finding a news source that has MP3s of their brodcasts. I have an iPod and download the news in text form most mornings to it so that I can find out what's going on. However, I would love to download (preferably automatically) news in the form of an MP3 that I could download to my iPod in the morning so that I could listen to the news on my way to work. The BBC has Real Audio output, but no MP3s that I can find. NPR has them for Real and WMP. I guess I could download and then convert the files. If that's possible. I'd love to hear whether anyone is doing this and how."
Have you looked at audible.com? They offer downloadable audio books, magazines, and newspapers. You can burn CD's of the downloaded audio. As of a couple weeks ago, they support iPod on Mac (with firmware 1.2), as well as several portable players for Windows.
Unfortunately, they don't support Linux (only Windows and Mac). Their files are not straight mp3's, they are something proprietary with copy protection.
Check it out, this may be what you are looking for!
I have a crontab entry which just records what I want to hear each day. It uses rawrec, sox, and bladeenc to do the job.
/archive/radio && /usr/local/bin/rawrec -c 1 -s 32000 -f u8 -t 3600 | sox -b -r 32000 -u -t raw -c 1 - -t wav - 2>/dev/null | /usr/local/bin/bladeenc -128 -quiet STDIN $FILENAME.mp3
Here is an example crontab entry:
0 18 * * 1-5 FILENAME=foo-`date +\%Y\%m\%d`_1 ; cd
Yes, that's a bit of a convoluted command line, but it does the job. I'm sure there's a better way of doing it, but the above has worked for me for quite a while. All you'd have to do is download it to your iPod.
Also, a lot of radio stations and programs have pre-determined times when they cut to commercials. If you're adventurous, you could have those automatically cut out. I've looked into doing it, but never got around to it.
WAMU, one of DC's "public radio" stations streams in MP3 format. http://www.wamu.org
sarchasm: The gulf between the author of sarcastic wit and the person who doesn't get it.
Unfortunately, they don't archive these shows so you'd have to use something appropriate to save the stream.
A further consideration is the timezone. If you're on the west coast you might be better off ripping an east coast stream overnight, that way your entire morning news program is ready to upload by 6 am, some scheduled recordings could grab the hourly news bites to keep you on top of late breaking events.
Bleh!