| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
cymt
9年前发布

HTML5 Web Audio API 库:XSound.js

HTML5 Web Audio API 库,这个库可以实现以下功能:

  • Create Sound
  • Play the One-Shot Audio
  • Play the Audio
  • Play the Media (Fallback by HTMLMediaElement)
  • Play the MML (Music Macro Language)
  • Streaming (by WebRTC)
  • Effectors (Compressor / Wah / Equalizer / Tremolo / Phaser / Chorus / Delay / Reverb, and Original Effector …etc)
  • Visualization (Overview in Time Domain / Time Domain / Spectrum)
  • Recording (Create WAVE file)
  • Session (by WebSocket)

The structure of description is the following.

XSound(/* sound source */).setup();  XSound(/* sound source */).param();  XSound(/* sound source */).ready();  XSound(/* sound source */).start();  XSound(/* sound source */).stop();    XSound(/* sound source */).module(/* effectors, analyser, recorder, session */).setup();  XSound(/* sound source */).module(/* effectors, analyser, recorder, session */).param();  XSound(/* sound source */).module(/* effectors, analyser, recorder, session */).start();  XSound(/* sound source */).module(/* effectors, analyser, recorder, session */).stop();

项目主页:http://www.open-open.com/lib/view/home/1430637879600

 本文由用户 cymt 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1430637879600.html
XSound.js 其他jQuery插件 jQuery插件