1.3.0
🎁 Added
- Adds support for defining, load and adding sound sprites.
- Adds the ability to render a waveform as a BaseTexture with this simple utility:
PIXI.sound.utils.render(sound)
- Fixed example code for Firefox
🚽 Deprecated
- Removes
PIXI.sound.addMap
, usePIXI.sound.add
method instead.