bluemoehre / flac-php

PHP class for native reading FLAC's metadata
GNU General Public License v2.0
7 stars 2 forks source link

Just sharing some knowledge :) #3

Open GeoffreyDijkstra opened 4 years ago

GeoffreyDijkstra commented 4 years ago

Hi there :wave:

I found this package first which looked quite promising but then I found: https://github.com/JamesHeinrich/getID3 which can open way more file types and is more what I was looking for.

So not trying to "rub it in your face" or something, but just wanted to share what I found with you. So hopefully you found my contribution this way useful and you might find that package useful as well.

So keep on coding and have great day :smiley:

bluemoehre commented 4 years ago

Thanks - nice find. At first glance somewhat irritating for me was the name getID3 for FLAC files (which actually have no ID3, but Vorbis Comment). 😄 Maybe I can adapt some codes to improve my reader. This one here was written with a hard focus on performance, since I need to read millions of files. But let's see the benchmark of the other.

GeoffreyDijkstra commented 4 years ago

Haha I got the same issue, so I also wonder what the performance will be, I'll keep you posted :smile: