[chuck-users] Can ChucK read mp3 files?

Ge Wang gewang at CS.Princeton.EDU
Fri Mar 31 20:53:03 EST 2006


> I tried but I did not have success with sndbuf. Help?

ChucK sndbuf does not (yet) support mp3 files.  This would be nice, but
is probably not high priority at this point.  sndbuf's file I/O is 
implemented using libsndfile, the supported formats are listed here:

     http://www.mega-nerd.com/libsndfile/#Features

Furthermore, sndbuf is read-only.  One needs to use WvOut to write to 
file.

Hope this helps.

Best,
Ge!


More information about the chuck-users mailing list