浏览代码
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 |
|
|
|
|