best way to loop audio in the browser?
问题 I'm making a site that involves a lot of multi-tracked, audio loops. I'm wondering what the best way to implement these in (with javascript, etc)? should I use: -flash or some related flash library or -html5 audio or something else? it's very important that the audio loops be seamless what are some good libraries for this? In the past I've used soundmanager. The files will mostly be mp3s. 回答1: You can use the Web Audio API if you are content to sticking with WebKit browsers.. Here is some