ts-audio v0.6.1
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 theplay
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 theplay
method is called
- preload?:
-
Improved types
-
Improved unit tests