web-audio-stream
web-audio-stream copied to clipboard
question: stream mp3
i m searching a generic solution working in all modern browser for creating a stream mp3. i could receives chunks of a mp3 file. Your library can help me?
Hello @publicocean0, thanks for asking. :tada:
We are still working on some components, and decoding is part of that. You might like to see:
Right now, we do not have a way to decode streams. In the future we will probably have audio-decode-stream
(and similar). Keep your eye out! (or maybe consider contributing?)
As for restricting the decoder to only mp3, I don't know if that is possible, it is a good issue to raise.