From 792a7ca953bb80f93956831544e575e02b2916e0 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum Date: Thu, 22 Dec 2016 23:17:55 -0500 Subject: [PATCH] comments --- src/ADPCMSoundLoader.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ADPCMSoundLoader.js b/src/ADPCMSoundLoader.js index 198b7bb..bd9735f 100644 --- a/src/ADPCMSoundLoader.js +++ b/src/ADPCMSoundLoader.js @@ -5,8 +5,6 @@ ADPCMSoundLoader loads wav files that have been compressed with the ADPCM format based on code from Scratch-Flash: https://github.com/LLK/scratch-flash/blob/master/src/sound/WAVFile.as -to do: I think this will ultimately need to run in a web worker - */ var ArrayBufferStream = require('./ArrayBufferStream');