Skip to content

Releases: cher-ami/audio-manager

v0.3.0

14 Sep 13:40
Compare
Choose a tag to compare

Feature

#13

  • Add RAF onUpdate option function:
new AudioManager(url, { 
   onUpdate = (time) =>  {
      console.log(time, "RAF is running when sound is playIn")
  }
 })
  • Update debug nameSpace : {id} - {filename} - log

v0.2.0

12 Sep 16:00
Compare
Choose a tag to compare

feature

#12

  • Audio Manager is now an Howler wrapper. (because of cross browser compat)
  • Example is updated with AudioService usage

v0.1.5

23 Aug 09:29
Compare
Choose a tag to compare

features #11

v0.1.4

22 Aug 15:51
Compare
Choose a tag to compare

fix #10