-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
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:
let load = 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):
load url | speakerMb I really should address that to a separate module, like audio-load.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels