wapmorgan / Mp3Info

The fastest PHP library to extract mp3 meta information (duration, bitrate, samplerate and so on) and tags (id3v1, id3v2).
https://wapmorgan.github.io/Mp3Info/
GNU Lesser General Public License v3.0
139 stars 41 forks source link

Performance/speed enhancement #32

Open AzzaAzza69 opened 10 months ago

AzzaAzza69 commented 10 months ago

Can I suggest enhancing the library whereby you can specify what tags you would like to read, eg. READTAG_ID3V1, READTAG_ID3V23, READTAG_ID3V24 this should speed up read/processing if the mp3 contains all 3 tags but you are only interested in the one!