开发者

How to loop a sound without gaps in www site

开发者 https://www.devze.com 2023-01-13 06:02 出处:网络
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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消