Skip to content

Releases: chrisweb/web-audio-api-player

v2.0.0

16 Nov 17:59
Compare
Choose a tag to compare
  • support for web audio html element

v1.0.1

31 Jul 18:16
Compare
Choose a tag to compare

play method now returns a promise to make it easier to detect error when playing is not possible for any reason

v1.0.0

28 Jul 17:53
Compare
Choose a tag to compare
  • 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.5

03 Mar 17:45
Compare
Choose a tag to compare
  • dependencies update

v0.8.4

16 Apr 17:26
Compare
Choose a tag to compare
  • fix for stop method, now checks if song is playing before trying to stop it

v0.8.3

16 Apr 16:37
Compare
Choose a tag to compare
  • stop current song being played if any on reset

v0.8.2

11 Apr 20:54
Compare
Choose a tag to compare
  • fixes for audio context bugs

v0.8.0

10 Apr 13:05
Compare
Choose a tag to compare
  • get audio graph returns promise

v0.7.1

09 Apr 21:03
Compare
Choose a tag to compare
  • fix dependencies

v0.6.1

14 Mar 14:37
Compare
Choose a tag to compare
  • fixed on started event
  • added three new event hooks: on paused, on resumed and on stopped