phaser/src/sound
Richard Davey 23987112e1 Update WebAudioSound.js
* The `WebAudioSound.audioBuffer` property is no longer private.
* The `WebAudioSound.source` property is no longer private.
* The `WebAudioSound.loopSource` property is no longer private.
* The `WebAudioSound.muteNode` property is no longer private.
* The `WebAudioSound.volumeNode` property is no longer private.
* The `WebAudioSound.pannerNode` property is no longer private.
* The `WebAudioSound.hasEnded` property is no longer private, but _is_ read only.
* The `WebAudioSound.hasLooped` property is no longer private, but _is_ read only.
2021-02-01 15:17:48 +00:00
..
events Fixed version numbers and JSDocs. #5274 2020-12-14 10:11:30 +00:00
html5 Fixed version numbers and JSDocs. #5274 2020-12-14 10:11:30 +00:00
noaudio Fixed version numbers and JSDocs. #5274 2020-12-14 10:11:30 +00:00
typedefs Add ability to pan sounds 2020-08-26 04:15:51 +03:00
webaudio Update WebAudioSound.js 2021-02-01 15:17:48 +00:00
BaseSound.js Add ability to pan sounds 2020-08-26 04:15:51 +03:00
BaseSoundManager.js Lint fixes 2020-04-27 12:59:28 +01:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
SoundManagerCreator.js Default Phaser.Core.Config#audio; and refactor 2020-09-10 09:22:44 -07:00