We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
MP3 file help ? (Read 1485 times)
MP3 file help ?
Apr 19th, 2010, 11:07am
 
hey, i have created a simple game and it contains 2 mp3 files, they run and work in the program but when running the program i get the following messages

=== Minim Error ===
=== Likely buffer underrun in AudioOutput

==== JavaSound Minim Error ====
==== Don't know the ID3 code PRIV


but the program still works, is there any way of sorting this out ?

Many thanks   Undecided
Re: MP3 file help ?
Reply #1 - Apr 19th, 2010, 10:16pm
 
The second "error" should be a warning, it just found some ID3 tag it doesn't know how to handle.
The first one mean, I think (this question belong more to the Audio section, BTW...), that Minim couldn't send data quickly enough from the file (or memory?) to audio output, maybe resulting in an audio glitch.
Page Index Toggle Pages: 1