I need this sound http://www.sound-effect.com/sounds1/noise/Static_Stereo.wav
to play in background of my site all the time. Is it possible to do this without gaps?
I u开发者_如何学JAVAnderstand that in most of the sites sound is annoying for users, but this site is exception. This sound is essential in this site.
soundLoop.play(0, int.MAX_VALUE);
Import your sound uncompressed to minimize the risk of gaps between loops. And of course, make sure your audiofile is made for looping.
精彩评论