stopAll() Stops all the sounds in the game. Source code:
onSoundDecode : Phaser.Signal The event dispatched
[readonly] usingAudioTag : boolean True the SoundManager and device are both using the Audio
noAudio : boolean True if audio been disabled via the PhaserGlobal (useful if you need to use a 3rd party audio library) or the
touchLocked : boolean true if the audio system is currently locked awaiting a touch event.
play(key, volume, loop) → {
onMute : Phaser.Signal This signal is dispatched when
volume : number Gets or sets the global volume of the SoundManager, a value between 0 and 1. The value given is clamped to the
pauseAll() Pauses all the sounds in the game. Source code:
Page 3 of 3