aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)

Home Page:http://www.aadsm.net/libraries/id3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can this read from an mp3 stream or just individual files?

MikeiLL opened this issue · comments

We're hoping to inject id3 tags into a stream and use them to convey info to browser via javascript. But it looks like this library is not designed to work with streams. Is this correct?

There are no DataSources that read from a stream but you might be able to create one.