Comment Re:Hack this format (Score 5, Informative) 350
if you wget the .ram it contains:
rtsp://rmv8.bbc.net.uk/worldservice/interview.ra
use mplayer to download it:
mplayer -dumpstream -dumpfile interview.rm rtsp://rmv8.bbc.net.uk/worldservice/interview.ra
then convert to wav:
mplayer interview.rm -ao pcm -aofile interview.wav
use lame to convert to mp3:
lame -h interview.wav interview.mp3