JavaScript 音频操作库 SoundJS

码农软件 · 软件分类 · 多媒体处理 · 2019-09-13 19:58:26

软件介绍

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");
}

本文地址:https://codercto.com/soft/d/14532.html

Transcending CSS

Transcending CSS

Andy Clarke、Molly E. Holzschlag / New Riders / November 15, 2006 / $49.99

As the Web evolves to incorporate new standards and the latest browsers offer new possibilities for creative design, the art of creating Web sites is also changing. Few Web designers are experienced p......一起来看看 《Transcending CSS》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具