mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-03-23 05:05:48 -04:00
log
This commit is contained in:
parent
645a080b89
commit
c71ccbb020
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ AudioEngine.prototype.loadSounds = function (sounds) {
|
||||||
// the sound buffers will be added asynchronously as they load
|
// the sound buffers will be added asynchronously as they load
|
||||||
for (var i=0; i<sounds.length; i++){
|
for (var i=0; i<sounds.length; i++){
|
||||||
this.soundPlayers[i] = new SoundPlayer(this.effectsNode);
|
this.soundPlayers[i] = new SoundPlayer(this.effectsNode);
|
||||||
|
console.log(sounds[i].fileUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
// load the sounds- most sounds decode natively, but for adpcm sounds
|
// load the sounds- most sounds decode natively, but for adpcm sounds
|
||||||
|
|
Loading…
Reference in a new issue