phaser/v3/src/sound
2017-11-27 17:35:09 +01:00
..
dynamic Updated to new class structure, fixed lots of ESLint errors and moved EarCut into the geom folder and used the un-minified and latest version. 2017-07-04 14:48:18 +01:00
webaudio Calling super method in setRate method of WebAudioSound class, setting returned value to source playback rate audio param and returning the same value to match method signature 2017-11-27 17:32:16 +01:00
BaseSound.js Added setRate method to BaseSound class that contains logic for applying rate and detune settings to sound so it can be reused in both Web Audio and HTML5 Audio implementations 2017-11-27 17:30:55 +01:00
BaseSoundManager.js Defining rate property in BaseSound class so it can be used in both Web Audio and HTML5 Audio implementations 2017-11-27 17:35:09 +01:00
index.js updated references in sound folder index.js 2017-11-17 14:18:22 +01:00
SoundManagerCreator.js moved web audio implementations into separate folder 2017-11-17 14:17:59 +01:00