like almost all of you know, im making a little library for my games in pure java without
frameworks, but i want to implement sounds, i know that the sound api java has, can play only wav files and others formats i dont remember right now.
the question is, what the better way or library to implement in my library for play WAV and MP3 files in java, to use those sounds like Background music and Effect sound?
thanks in advance…