A JavaScript HTML5 Audio Library – Buzz
Buzz is a powerful JavaScript library for using HTML5 audio element very easily.
It is a standalone library and has a very feature-rich API that can manage every feature the audio element offers.
Besides controlling the main actions like play, pause, stop or volume controls, the advanced features like looping or getting the duration of the audio are just one function away.
Buzz has many functions to get info about the audio, the capabilities of the browser (if the given media type is supported or not) and extras like fadeIn/fadeOut for the sound.
The library provides a solution to group sounds and many methods to control them which is great for handling multiple audio files at the same time.
And, a set of events like ended, error or volumechange eases knowing what exactly is the status of the media and acting accordingly.
P.S. The demo of Buzz is pretty fun and make sure you check it.
Compatibility: All Modern Browsers
Website: http://buzz.jaysalvat.com/
Demo: http://buzz.jaysalvat.com/demo
- Tags:
Audio HTML5 Javascript
- Filed under: Goodies, Media, MIT License
- 0 Comments











