瀏覽代碼
Put createCache() in the init function
tags/v0.1.0
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: E80B35A6F11C3656
共有
1 個檔案被更改,包括
2 行新增 和
0 行删除
-
audio.js
|
|
|
@@ -157,6 +157,8 @@ function initAudio() { |
|
|
|
|
|
|
|
console.log("Initialized audio context"); |
|
|
|
console.log(audioContext); |
|
|
|
|
|
|
|
createCache(); |
|
|
|
} |
|
|
|
|
|
|
|
// caching stuff here |
|
|
|
|