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