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
Hi António,
Do you know if it's possible to decode the ID3 from a stream?
We plan to use the Web Audio API to decode the metadata but I don't see anything on the web talking about that.
Then I found your solution but I guess it's only for FileAPI?
Thanks in advance,
Greg
The text was updated successfully, but these errors were encountered:
I've never tried but it should be possible. FileAPI is just one of the available readers, XHR and Node is also supported.
You'd need to implement your own reader though, but it should be possible since files are read asynchronously and in a random way meaning that we only load the bytes that are really needed (as opposed to reading the entire file).
Hi António,
Do you know if it's possible to decode the ID3 from a stream?
We plan to use the Web Audio API to decode the metadata but I don't see anything on the web talking about that.
Then I found your solution but I guess it's only for FileAPI?
Thanks in advance,
Greg
The text was updated successfully, but these errors were encountered: