I’m in need of a Java MOD player that will work in an applet. I’ve tried MicroMod, but I’m having problems with it. It works nice for playback of MOD files, but when I need it to stop playing, there’s a delay of a few seconds. I need to switch between the background music pretty fast.
Since this is to be used in an applet, I can’t use Audiere or openAL either. The applet uses J2SE1.4.0, so I can’t use any MOD player written for 1.1.
I contacted the author of MicroMod, but didn’t get any solution to my problem. The problem with MicroMod is that the sound buffer is too big, and javaSound apparently works badly with small buffers…
I’m really stuck here, hope someone here has a solution that will work