Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

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

$
0
0

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);


Viewing all articles
Browse latest Browse all 941