mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 22:12:48 -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:
|
based on code from Scratch-Flash:
|
||||||
https://github.com/LLK/scratch-flash/blob/master/src/sound/WAVFile.as
|
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');
|
var ArrayBufferStream = require('./ArrayBufferStream');
|
||||||
|
|
Loading…
Reference in a new issue