ItzKevin01
Results
2
comments of
ItzKevin01
how can i change the effect while playing?
audioPlayer = new Pizzicato.Sound("./songs/"+e.data.songname); console.log("started timeout"); myVar = setTimeout(alertFunc, 3000); function alertFunc() { audioPlayer.volume = 0.0; lowPassFilter.peak = 0; audioPlayer.addEffect(reverb); audioPlayer.addEffect(lowPassFilter); audioPlayer.play(); console.log("started music"); }