Skip to content

v2.0.5

Compare
Choose a tag to compare
@goldfire goldfire released this 07 Oct 01:14
· 230 commits to master since this release
  • ADDED Add support for withCredentials to Web Audio XHR requests (#610).
  • ADDED Add playerror event for when mobile HTML5 audio is unable to play (#774).
  • FIXED Refactor fade method to eliminate bind memory allocations (no change to API).
  • FIXED Prevent seeking after sound has been unloaded (#797).
  • FIXED Check for paused instead of ended on HTML5 end check to correctly handle data URI's (#775).
  • FIXED Fix unlocking of mobile audio on iOS when user swipes instead of taps (#808).
  • FIXED pannerAttr values can now be set via object as the documentation originally specified.
  • FIXED Various corrections and improvements to the spatial audio documentation.