n10v / id3v2

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

Add support of unsynchronization #45

Open n10v opened 4 years ago

n10v commented 4 years ago

The only purpose of unsynchronisation is to make the ID3v2 tag as compatible as possible with existing software and hardware. There is no use in 'unsynchronising' tags if the file is only to be processed only by ID3v2 aware software and hardware. Unsynchronisation is only useful with tags in MPEG 1/2 layer I, II and III, MPEG 2.5 and AAC files.

http://id3.org/id3v2.4.0-structure

n10v commented 4 years ago

Click 👍 if you need support of this feature. Click 👎 - if not.