You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mostly @audiojs issue, but I imagine cases where we don’t actually have complete buffer, but can get sequence of chunks. Example — soundcloud streams, or <audio> tag converted by web-audio-stream.
API seems to be similar to audio-loader in functional case:
letload=Loader(url);load((err,chunk)=>{});
Why it is tempting, it allows for listening soundcloud in terminal (in case if we make CLI for audio-components):
loadurl|speaker
Mb I really should address that to a separate module, like audio-load.
The text was updated successfully, but these errors were encountered:
This is mostly @audiojs issue, but I imagine cases where we don’t actually have complete buffer, but can get sequence of chunks. Example — soundcloud streams, or
<audio>
tag converted by web-audio-stream.API seems to be similar to
audio-loader
in functional case:Why it is tempting, it allows for listening soundcloud in terminal (in case if we make CLI for audio-components):
Mb I really should address that to a separate module, like
audio-load
.The text was updated successfully, but these errors were encountered: