Is there any way to loop a .wav file in Java without having to use AudioClip from Applet and URLs. I want to load the wav from my hard drive not through http. I’ve find hundreds of examples on the net but they all use Applet and URL.
It seems strange that there’s no easy way to do this… or is there?