mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2025-03-23 05:05:48 -04: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') {
|
if (sounds[i].format == 'adpcm') {
|
||||||
log.warn('attempting to load sound in adpcm format');
|
log.warn('attempting to load sound in adpcm format');
|
||||||
var loader = new ADPCMSoundLoader(sounds[i].fileUrl);
|
var loader = new ADPCMSoundLoader(sounds[i].fileUrl);
|
||||||
|
loader; // lint
|
||||||
// var audioBuffer = loader.getAudioBuffer();
|
// var audioBuffer = loader.getAudioBuffer();
|
||||||
// buffer = new Tone.Buffer(audioBuffer);
|
// buffer = new Tone.Buffer(audioBuffer);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue