MP3 Audio (MPEG-1 Audio Layer III)
MP3 remains the most universally recognized audio format. ID3 tags (metadata envelope) prepended/appended to the frame stream are a classic header-envelope pattern.
What It Defines
Lossy audio codec in a simple frame sequence: sync word (`FF FB`/`FF F3`), MPEG version, layer, bitrate index, sample rate, and compressed audio frames. Often stored as raw frame stream or with ID3v2 tag header/footer envelope. MIME type: `audio/mpeg`.
Canonical (Normative)
Convenient (Practical)
Related References
Joint ISO/IEC technical committee (JTC 1) publishes many of the binary file formats the web depends on: JPEG, PDF, MP4/ISOBMFF, ZIP (ISO/IEC 21320), and office document containers. Specs are often available via national body mirrors; some are freely readable online.
Related Specs
AAC is the default audio codec for YouTube, Apple ecosystems, and most HLS/DASH streams. Distinguish ADTS-framed AAC from AAC inside MP4 boxes.
FLAC is the standard lossless audio format for archival and audiophile distribution. Metadata block chain is a clean example of typed extensible headers.
Opus is the codec for real-time audio on the internet. WebRTC mandates it; Discord, Zoom, and most VoIP apps use it. Understanding bitrate, FEC, and frame sizing directly impacts audio quality and bandwidth.
MP4 is the dominant video container on the web and in MSE players. Box hierarchy, codec vs container distinction, and fragmenting (fMP4 for HLS/DASH) are essential for media engineering.