Help Me!I use Processing Minim to play Map3 files in Android

edited November 2017 in Android Mode

Help Me!I use Processing Minim to play Map3 files in Android, but I reported the following error:

11-07 17:12:15.540: I/System.out(28177): ==== JavaSound Minim Error ====
11-07 17:12:15.540: I/System.out(28177): ==== Unable to return a SourceDataLine: unsupported format - PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian
11-07 17:12:15.540: I/System.out(28177): === Minim Error ===
11-07 17:12:15.540: I/System.out(28177): === Couldn't load the file jingle.mp3

I wrote the code just like this :

minim = new Minim(this);
jingle = minim.loadFile("jingle.mp3", 2048);

Tagged:

Answers

Sign In or Register to comment.