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