larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

Buffer read support #8

Closed moritzschaefer closed 9 years ago

moritzschaefer commented 9 years ago

It would be helpful to add buffer read support besides file reading. I am implementing a file streamer/player at the moment and want to read id3 data directly from the stream. There is no library available (i know of) that reads id3 labels from a buffer rather than from a file.

larsbs commented 9 years ago

Merged pull request with that feature.