mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
comments
This commit is contained in:
parent
c71ccbb020
commit
792a7ca953
1 changed files with 0 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue