soundInfo(sound, x, y, color)
Render Sound information, including decoded state, duration, volume and more.
Parameters
Name Type Argument Default Description sound Phaser.Sound The sound object to debug. x number X position of the debug info to be rendered. y number Y position of the debug info to be rendered. color string <optional> 'rgb(255,255,255)' color of the debug info to be rendered. (format is css color string).
Source code: utils/Debug.js (Line 254)