It uses JavaScript code to manipulate the HTML 5 audio tag, playing sounds at the same time, in loops or just one time.
Here are some key features of "audio-fx":
· All code is in audio-fx.js
· Minified version available in audio-fx.min.js
· Less than 1.2K (minified)
· No 3rd party library is required
· Demo can be found in /index.html
· Easily play() and stop() any audio track.
· Add support for audio pools for short, repeating, overlapping sounds.
· Add support for loop in browsers that don't natively support it.
· Load appropriate audio format based on current browser support (ogg|mp3|m4a|wav)
· Callback when audio has loaded and can play
Requirements:
· JavaScript enabled on client side
· HTML 5 audio enabled browser