mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update SqueakSoundDecoder.as
This commit is contained in:
parent
4c7df1013c
commit
7d9e8e0c14
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
// SqueakSoundDecoder.as
|
||||
// John Maloney, November 2010
|
||||
//
|
||||
// Decode a Flash/Squeak ADPCM compressed sounds with 2, 3, 4, or 5 bits pers sample.
|
||||
// Decode a Flash/Squeak ADPCM compressed sounds with 2, 3, 4, or 5 bits per sample.
|
||||
|
||||
package sound {
|
||||
import flash.utils.*;
|
||||
|
|
Loading…
Reference in a new issue