소스 검색
Put createCache() in the init function
tags/v0.1.0
No known key found for this signature in database
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 |
|
|
|
|