ts-audio v0.7.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 the
AudioPlaylist
component adding a new method:- playlist.
toggle(): void
Plays or pause the current audio
- playlist.
-
Updated the
Audio
component adding a new method:- audio.
toggle(): void
Plays or pause the current audio
- audio.
-
Improved the preload solution performance
-
Improved unit tests