Releases: chrisweb/web-audio-api-player
Releases · chrisweb/web-audio-api-player
v2.0.0
- support for web audio html element
v1.0.1
play method now returns a promise to make it easier to detect error when playing is not possible for any reason
v1.0.0
- converted js source to typescript
- switched to rollup for the distribution, two versions and ESM and an UMD are now available, check out the readme for more info
v0.8.4
- fix for stop method, now checks if song is playing before trying to stop it
v0.8.3
- stop current song being played if any on reset
v0.8.2
- fixes for audio context bugs
v0.8.0
- get audio graph returns promise
v0.6.1
- fixed on started event
- added three new event hooks: on paused, on resumed and on stopped