n10v / id3v2

🎵 ID3 decoding and encoding library for Go
https://pkg.go.dev/github.com/bogem/id3v2/v2
MIT License
334 stars 50 forks source link

Add support for reading the id3 from a stream reader #20

Closed corneldamian closed 7 years ago

corneldamian commented 7 years ago

Support for using a simple reader as source for the parser. The changes are backward compatible.

corneldamian commented 7 years ago

Done

I'm using this library to parse id3 from an audio received from http.

n10v commented 7 years ago

Merged. Thank you for it! I'm glad to see new contributions, feature requests and bug reports from you!