neilharvey / FileSignatures

A small library for detecting the type of a file based on header signature (also known as magic number).
MIT License
250 stars 41 forks source link

Added AMR, OGG and MP3 formats for audio #50

Closed mburumaxwell closed 2 years ago

mburumaxwell commented 2 years ago

Added format support for AMR, OGG and MP3 with audio/amr, audio/ogg, and audio/mpeg mime types respectively.

Signatures as at https://www.garykessler.net/library/file_sigs.html Samples from:

neilharvey commented 2 years ago

Thanks, PR looks good! I'll merge and publish the release later today.