Skip to content

Commit

Permalink
mv GreenPlayer.js SoundPlayer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarf committed Jun 21, 2018
1 parent f46ee27 commit 65978d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
File renamed without changes.

0 comments on commit 65978d7

Please sign in to comment.