diff --git a/src/ADPCMSoundLoader.js b/src/ADPCMSoundLoader.js index 7af0c1a..3b27dd9 100644 --- a/src/ADPCMSoundLoader.js +++ b/src/ADPCMSoundLoader.js @@ -2,7 +2,7 @@ var ArrayBufferStream = require('./ArrayBufferStream'); var Tone = require('tone'); var log = require('./log'); -/* +/** * Load wav audio files that have been compressed with the ADPCM format. * This is necessary because, while web browsers have native decoders for many audio * formats, ADPCM is a non-standard format used by Scratch since its early days.