Skip to content

ts-audio v0.7.0

Compare
Choose a tag to compare
@EvandroLG EvandroLG released this 30 Mar 20:00
· 109 commits to master since this release

ts-audio is an agnostic library that makes it easy to work with AudioContext and create audio playlists in the browser.

What's new?

  • Updated the AudioPlaylist component adding a new method:

    • playlist.toggle(): void
      Plays or pause the current audio
  • Updated the Audio component adding a new method:

    • audio.toggle(): void
      Plays or pause the current audio
  • Improved the preload solution performance

  • Improved unit tests