代码: https://github.com/doving/webAudio
样例:https://passionate.herokuapp.com
没的说,很强大
样例:https://passionate.herokuapp.com
没的说,很强大
2016-08-09
@ 鱼飞跃月
$("#volume")[0].onmousemove = function(){
changeVolume(this.value/this.max);
}
$("#volume")[0].onmousemove();//默认60
这样就可以了
$("#volume")[0].onmousemove = function(){
changeVolume(this.value/this.max);
}
$("#volume")[0].onmousemove();//默认60
这样就可以了
2016-08-07
index.js:36 Uncaught (in promise) TypeError: Failed to execute 'decodeAudioData' on 'AudioContext': parameter 1 is not of type 'ArrayBuffer' 点击音乐报错。代码无误
2016-07-22