phaser/src/sound
2022-11-30 15:06:52 +00:00
..
events All events have a type of string. Fix #6136 2022-09-21 22:01:03 +01:00
html5 Updated jsdocs. Fix #5981 2022-11-18 22:14:59 +00:00
noaudio Fixed TS errors 2022-11-30 15:06:52 +00:00
typedefs Updated copyright year 2022-02-28 14:29:51 +00:00
webaudio The WebAudioSoundManager will now detect if the Audio Context enters a 'suspended' or 'interrupted' state as part of its update loop and if so it'll try to resume the context. This can happen if you change or disable the audio device, such as plugging in headphones with built-in audio drivers then disconnecting them, or swapping tabs on iOS. Fix #5353 2022-11-22 18:38:49 +00:00
BaseSound.js Clarify jsdocs. Fix #6043 2022-11-22 18:26:13 +00:00
BaseSoundManager.js The BaseSoundManager.getAll method used to require a key parameter, to return Sounds matching the key. This is now optional and if not given, all Sound instances are returned. 2022-11-22 18:49:37 +00:00
index.js Updated copyright year 2022-02-28 14:29:51 +00:00
SoundManagerCreator.js Updated copyright year 2022-02-28 14:29:51 +00:00