Skip to content

ts-audio v0.6.1

Compare
Choose a tag to compare
@EvandroLG EvandroLG released this 14 Dec 12:43
· 132 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 two new parameters:

    • preload?: boolean (false by default)
      Load the files before the play method is called

    • preloadLimit?: number (3 by default)
      Defines the maximum number of files that will be requested concurrently

  • Updated the Audio component adding a new parameter:

    • preload?: boolean (false by default)
      Load the files before the play method is called
  • Improved types

  • Improved unit tests