diff --git a/audio.js b/audio.js index b1adbc2..6ded287 100644 --- a/audio.js +++ b/audio.js @@ -157,6 +157,8 @@ function initAudio() { console.log("Initialized audio context"); console.log(audioContext); + + createCache(); } // caching stuff here