ソースを参照
Put createCache() in the init function
tags/v0.1.0
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E80B35A6F11C3656
-
audio.js
|
|
|
@@ -157,6 +157,8 @@ function initAudio() { |
|
|
|
|
|
|
|
console.log("Initialized audio context"); |
|
|
|
console.log(audioContext); |
|
|
|
|
|
|
|
createCache(); |
|
|
|
} |
|
|
|
|
|
|
|
// caching stuff here |
|
|
|
|