wire / magic / mp3-id3

MP3 / ID3 signature (ID3 or FF Fx frame sync)

An MP3 file most often begins with an ID3v2 tag whose first three bytes are the ASCII 'ID3' (0x49 0x44 0x33). A bare MPEG audio stream instead begins with an 11-bit frame sync: 0xFF followed by a byte whose top 3 bits are set (0xE0 mask), commonly seen as FF FB / FF F3 / FF F2.

magic kind signature status de-facto verification verified tier C file-signature@1

aka: MP3 magic · ID3 · ID3v2 · MPEG frame sync

file signature

magic: 49 44 33 @ offset 0

ascii: ID3

.mp3 audio/mpeg

provenance

per-fact attribution:

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/mp3-id3 or /magic/mp3-id3.json