mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
lint
This commit is contained in:
parent
85d8db5d14
commit
5fa9bdf1c9
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ AudioEngine.prototype.loadSounds = function (sounds) {
|
|||
if (sounds[i].format == 'adpcm') {
|
||||
log.warn('attempting to load sound in adpcm format');
|
||||
var loader = new ADPCMSoundLoader(sounds[i].fileUrl);
|
||||
loader; // lint
|
||||
// var audioBuffer = loader.getAudioBuffer();
|
||||
// buffer = new Tone.Buffer(audioBuffer);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue