diff --git a/main.js b/main.js index 81749c5..8af4c49 100644 --- a/main.js +++ b/main.js @@ -136,11 +136,6 @@ let app = { }, start() { if (!this.started) { - const audioCtx = new AudioContext(); - this.sounds.forEach(sound => { - const source = audioCtx.createMediaElementSource(sound.audio); - source.connect(audioCtx.destination); - }); this.trigger(); if (this.hidePrank) { this.hideApp();