Loading...
Logo
Processing Forum
Hi all,

I've created a program in standard Processing using the Minim library along with some mp3's. I now need to port this over to ProcessingJS, but I've now realised that Minim isn't available for ProcessingJS. Are there any alternatives you can point me towards?

What I need is to be able to:
-play and stop mp3 files (from data folder preferably, otherwise from some URL)
-move around within those mp3 files (ie. skip to :50 seconds in).

Anything else is just gravy.

edit: wav is acceptable but mp3s are preferred.

Replies(1)

Have you tried to search in the ProcessingJS site (eg. their mailing list)? I don't know much about PJS, but they probably implemented sound using some HTML5 features. This limits a bit the number of browsers able to use this, but that's better than nothing (alternative would be to use a Flash player, I suppose).