mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
fix JSDoc comment
This commit is contained in:
parent
7e671791b8
commit
bea203e122
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue