What it is and the problem it solves
MP3 is a 1993 ISO/IEC 11172-3 standard for perceptually compressed audio. It solves the problem of storing and transmitting CD-quality sound under severe bandwidth and storage constraints.
How it works
MP3 uses lossy compression that exploits auditory masking—a perceptual limitation of human hearing—to discard data listeners are unlikely to notice. It reduces precision and discards parts of the audio signal, relying on psychoacoustic models to decide what to keep.
What works
Conforming decoders reliably handle 48 kHz, 44.1 kHz, and 32 kHz sample rates. The format achieves 75–95% size reduction versus CD audio while preserving subjective fidelity for most listeners.
What does not
The standard does not specify an encoder. It provides only non-normative examples of psychoacoustic models and rate loops. Encoders vary widely in quality, efficiency, and subjective output—because the spec leaves implementation open.
What it changes
It shifts audio distribution from physical media requiring full bandwidth (CDs, tapes) to digital files small enough for early networks and storage-limited devices—enabling portability, sharing, and later, streaming infrastructure.
Is it worth your time
Yes—if you need small, portable audio files with acceptable fidelity for playback on constrained hardware. No—if you require bit-identical reproduction, archival integrity, or consistent encoding behaviour across implementations.