Skip to content

ts-audio v0.5.0

Compare
Choose a tag to compare
@EvandroLG EvandroLG released this 02 Jun 17:18
· 133 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 AudioPlaylist component adding a new optional parameter:

    • shuffle?: boolean (false by default)
      Shuffles the order of all files passed by parameter before playing them.
  • Complete example