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