var clip = AudioClip({
'src' : './test',
'formats' : ['mp3', 'ogg'],
});
clip.addListener('ended', function(){
console.log(arguments);
})
setTimeout(function(){
clip.play();
}, 2000);
forked from jaysalvat/buzz
-
Notifications
You must be signed in to change notification settings - Fork 0
Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade gracefully on non-modern browsers.
Hamms/buzz
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Buzz is a small but powerful Javascript library that allows you to easily take advantage of the new HTML5 audio element. It tries to degrade gracefully on non-modern browsers.
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- JavaScript 100.0%