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

Support for ID3 v2.4: Relative Volume Adjustment #90

Open tillt opened 4 months ago

tillt commented 4 months ago

The library does currently not support ID3v2.4 frames like RVA2 (see https://id3.org/id3v2.4.0-frames for details). Adding support for those might be a great addition.