ts-audio v0.5.0
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.
- shuffle?: