Skip to content

Releases: pixijs/sound

v3.0.4

07 Nov 23:27
Compare
Choose a tag to compare

🐛 Fixed

  • Fix for removing deprecations from pixi.js v5.2.0 (#115)

v3.0.3

10 Jun 16:49
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes sound typing in LoaderResource (092a790)

v3.0.2

24 May 21:07
Compare
Choose a tag to compare

This is a test release to check deployment using Travis, there are no functional code differences between v3.0.1.

v3.0.1

24 May 20:29
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes critical typings issue that prevents building (57f7eb2)

👏 Contributors

v3.0.0

09 May 20:17
Compare
Choose a tag to compare

Overview

This PR officially drops support for PixiJS v4. If you are not ready to move forward, continue to use version ^2.0.0.

This uses the low-level packages (i.e., @pixi/core) for better tree-shaking support with bundlers like Webpack (working example). Internally this publishes three flavors of builds:

  • CommonJS (bundlers without module support)
  • ESM (bundlers like Webpack + Rollup + Parcel)
  • IIFE (browser only)

Building in the UMD has been removed.

🎁 Added

  • Adds support for set(name, value) method to the IMediaInstance. This will make it possible to do stuff like this PIXI.sound.play('foo').set('volume', 0.5) (Inspired by #98 & @djmisterjon) (#106)

✏️ Changed

  • Updates the demos CSS to match the documentation and other PixiJS websites.

👏 Contributors

v2.1.4

08 May 20:16
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes TypeScript export as default module (#100)
  • Removes extraneous options (acd5e99)
  • Don't depend on ScriptProcessorNode for update event (#105)

👏 Contributors

v2.1.3

23 Apr 03:41
Compare
Choose a tag to compare

🐛 Fixed

  • Fixes issue with PixiJS v5 compatibility with examples (waveform rendering missing)
  • Re-adds missing extension to mime type override

v2.1.2

23 Apr 02:37
Compare
Choose a tag to compare

🐛 Fixed

  • Removes mp4 as a default audio file extension, this was a little too aggressive and conflicts with some users wanting to use mp4 for video (76d8159)

v2.1.1

23 Apr 01:46
Compare
Choose a tag to compare

🐛 Fixed

  • Select buffer size automatically by setting 0 (#88)
  • Fixed pauseAll not working in legacy mode (64c0904)

👏 Contributors

v2.1.0

13 Jan 22:29
Compare
Choose a tag to compare

🎁 Added

  • Sound sprite looping enabled for WebAudio (#81)
  • Supports PixiJS v5 (#82)
  • Decode throw DomException message (#83)

👏 Contributors