Minim: loading mp3 file from websites
in
Core Library Questions
•
1 years ago
Hello,
i tried to load mp3 files from the internet with Minim like this:
AudioSample as = minim.loadSample("http://xyz.com/someMusic.mp3");
But the audio sample loads only a few samples (actually i don't know what it loads, but not much!)
If i put the same mp3-file into the sketches folder, this will work fine:
minim.loadSample("someMusic.mp3");
How can i load the complete mp3-files from the internet?
thanks
nossek
i tried to load mp3 files from the internet with Minim like this:
AudioSample as = minim.loadSample("http://xyz.com/someMusic.mp3");
But the audio sample loads only a few samples (actually i don't know what it loads, but not much!)
If i put the same mp3-file into the sketches folder, this will work fine:
minim.loadSample("someMusic.mp3");
How can i load the complete mp3-files from the internet?
thanks
nossek
1