[CM] Loading mp3's in SND

Bill Schottstaedt bil@ccrma.Stanford.EDU
Mon, 5 Feb 2007 05:08:51 -0800


> I've seen on the linux dev center website that it's possible to load 
> mp3's into SND, but it doesn't give any details.  I haven't found 
> anything on the web.  Any ideas? 

If you have mpg123 or mpg321, I think Snd will try to convert an mp3
file to something editable (wav or whatever).  There's no built-in mpeg
decoder and Snd doesn't try to edit mpeg files directly.  examp.scm has a 
function 'mpg' that also converts these to something readable.