mp3 audio with ProcessingJS
in
Processing with Other Languages
•
1 year ago
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.
1