Fixes
- Opera 100+ version detection regex now works correctly
pannerAttrmethod now sets values on first call (previously required multiple calls)- Buffer refresh on unloaded sounds no longer throws errors
Unclaimed project
Are you a maintainer of howler.js? Claim this project to take control of your public changelog and roadmap.
Changelog
Javascript audio library for the modern web.
Last updated 4 months ago
pannerAttr method now sets values on first call (previously required multiple calls)FIXED Fatal error in Chrome for iOS (#1491).The README has been updated with more examples and various clarifications. PRs/issues with suggestions for further improvements are appreciated.
CHANGED Include keydown event when unlocking audio (#1417).CHANGED The audio state is changed to loading while the player is buffering ([#1444](https://github.com/goldfire/howler.js/pull/...ADDED Howler now maintains a general pool of HTML5 Audio nodes that are unlocked on first user input, which fixes issues with subsequent HTML5 Audio plays not working (#1008).ADDED New global html5PoolSize option that allows setting the default size of the HTML5 Audio object pool ([#1008](https://github.com/goldfire/howler.js/pull/1008...