SoundJS JavaScript 音频操作库 项目简介
SoundJS 是一个用来处理音频的 JavaScript 库,提供简单的接口通过插件模式来操作多种音频 API,当前支持 HTML5 Audio 和 Flash。示例代码:createjs.Sound.addEventListener("fileload", handleLoadComplete);
createjs.Sound.registerSound({src:"path/to/sound.mp3|path/to/sound.ogg", id:"sound"});
function handleLoadComplete(event) {
createjs.Sound.play("sound");
}
createjs.Sound.registerSound({src:"path/to/sound.mp3|path/to/sound.ogg", id:"sound"});
function handleLoadComplete(event) {
createjs.Sound.play("sound");
}