Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@kyunwang kyunwang released this 23 May 10:56
· 2 commits to master since this release
cc9f3e5

A minor/feature update including a breaking change 🙇‍♂️ (Sorry) and not so serious release notes.

With the autoplay-policy (from some time ago) the current setup is a no-go. Was so before too actually. v1.0.0 started the analyser immediately on page load. Now you get the control over the analyser.

Features

  • Control over the anaylser (init, start, pause, resume, close)
  • Access to the audio context
  • Promise based init method (not really a feature, but yeah)

Know issues

  • Chrome does not resume correctly after pausing the analyser priorly
  • Creating a new analyser after closing the first/prior one us not stable on Firefox

Note

Not aligning with semver for now. Will align when the structure is solid and main kinks are out of the way. (likely when there is a v2.0.0)