Added
- Adds
Sound.from
to create sounds (similar toTexture.from
) - Adds
progress
,pause
,end
,start
events to SoundInstance - Adds
PIXI.sound.duration(alias)
- Improved the API documentation
- Adds
Sound.speed
options for controlling the playback rate. - Deprecates
PIXI.sound.sound
and replaces withPIXI.sound.find
- Made pixi-sound have a peer dependency of pixi.js instead of optional.
- Use TypeScript
noImplicitAny
for building - Introduces example for testing
- Added support for dynamic filters
- Added check for browser supported:
PIXI.sound.supported