mv GreenPlayer.js SoundPlayer.js

This commit is contained in:
Corey Frang 2018-06-20 15:32:20 -04:00
parent 45a7d1abef
commit ea6093835c
2 changed files with 1 additions and 1 deletions

View file

@ -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');