HTML5 Web Audio API 庫:XSound.js

cymt 9年前發布 | 33K 次閱讀 XSound.js 其他jQuery插件 jQuery插件

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.baiduhome.net/lib/view/home/1430637879600

 本文由用戶 cymt 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!