Hi, I want to define file types in my application. libmagic is an option. But I'm not going to compare strings like
mp3 file output using libmagic: audio file with ID3 version 2.3.0 contains: MPEG ADTS, level III, v1, 128 kbps, 44.1 kHz, JntStereo
Are there any other libraries for detecting True File Type?
Any help would be appreciated.
source
share