Hi, I'm almost done with my Java2D game framework (I'll give it another month since I'm just learning Java) but it still lacks sound. Playing multiple soundfiles via soundToclass produces clicks and does not play multiple samples simultaneously.
I know about OpenAL (though I'm an fmodex guy myself), but I'm making a simple java2D engine so I'd like it not to have a native DLL.
Thanks!
BTW, here's the source + binaries:
http://rel.phatcode.net/junk.php?id=138Comments about the code are welcome (I know I've put in quite few/lots Java no-no's in there).