mirror of
https://github.com/scratchfoundation/scratch-audio.git
synced 2024-12-22 14:02:29 -05:00
mv GreenPlayer.js SoundPlayer.js
This commit is contained in:
parent
45a7d1abef
commit
ea6093835c
2 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ const uid = require('./uid');
|
|||
|
||||
const ADPCMSoundDecoder = require('./ADPCMSoundDecoder');
|
||||
const Loudness = require('./Loudness');
|
||||
const SoundPlayer = require('./GreenPlayer');
|
||||
const SoundPlayer = require('./SoundPlayer');
|
||||
|
||||
const EffectChain = require('./effects/EffectChain');
|
||||
const PanEffect = require('./effects/PanEffect');
|
||||
|
|
Loading…
Reference in a new issue