# How Digital Audio Compression Works

> A foundational method for compressing digital audio by transforming sound into spectral data and using variable-length codes to store it efficiently.

- **Patent:** US 5579430
- **Original title:** Digital encoding process
- **Owner:** Fraunhofer Gesellschaft zur Foerderung der Angewandten Forschung eV
- **Granted:** 1996
- **Status:** Public domain (expired)
- **Times cited:** 108
- **Field:** consumer_electronics, telecommunications, software

## What it does

This patent describes a process to shrink digital audio files by converting sound waves into spectral data using a filter bank. It then quantizes this data, meaning it reduces the precision of less audible sounds while keeping important ones intact. The core mechanism uses an 'optimum encoder' that assigns shorter binary codes to frequently occurring data points and longer codes to rare ones, similar to how Morse code uses shorter signals for common letters. It also uses a clever 'escape' mechanism where values outside a common range are assigned a special identifier, which keeps the lookup tables small and manageable.

## What it does NOT cover

- Does not cover raw, uncompressed audio formats like WAV or AIFF.
- Does not cover non-spectral compression techniques like simple pulse-code modulation (PCM) without the described entropy coding.
- Does not cover hardware-specific playback circuitry or digital-to-analog converters.
- Does not cover loss-less audio compression methods that do not use spectral transformation and quantization.

## The clever bit

The patent creates a hybrid coding scheme that uses a predefined raster for common code words while placing rare ones in the remaining gaps, allowing a decoder to find the start of a data block even if previous bits were corrupted.

## Real-world examples

1. MP3 audio files
2. MPEG-1 Audio Layer III
3. Digital radio broadcasting (DAB)
4. Early digital music streaming services

## Why it matters

This technology is a pillar of the MP3 format, which fundamentally changed how music is distributed and consumed globally. By enabling high-quality audio to fit into small file sizes, it paved the way for the digital music revolution, portable players, and modern streaming services.

## Frequently asked questions

### What does How Digital Audio Compression Works cover?

A foundational method for compressing digital audio by transforming sound into spectral data and using variable-length codes to store it efficiently.

### Who owns patent US 5579430?

Fraunhofer Gesellschaft zur Foerderung der Angewandten Forschung eV owns this patent, granted in 1996.

### When does this patent expire?

This patent has expired and is now in the public domain — anyone can use the invention freely.

### What is patent US 5579430 cited by?

This patent has been cited by 108 later patents that build on its ideas.

### What problem does this patent solve?

This technology is a pillar of the MP3 format, which fundamentally changed how music is distributed and consumed globally. By enabling high-quality audio to fit into small file sizes, it paved the way for the digital music revolution, portable players, and modern streaming services.

### What does this patent NOT cover?

Does not cover raw, uncompressed audio formats like WAV or AIFF.

**Full plain-English explainer:** https://patentbrief.org/patent/us/5579430/digital-encoding-process

**Original patent:** https://patents.google.com/patent/US5579430

---

_Source: PatentBrief — https://patentbrief.org. Patent facts are from public records; the plain-English explanation is PatentBrief's._


## Related patents

Semantically similar inventions in the PatentBrief corpus:

- [How Computers Compress Data Using Dictionary Building](https://patentbrief.org/patent/us/4558302/lzw-compression) — This 1985 patent describes a method for making computer files smaller by building a dictionary of common data patterns and replacing them with shorter codes.
- [How Pulse Code Modulation Digitizes Analog Signals](https://patentbrief.org/patent/us/2266401/pcm-pulse-code-modulation-reeves) — A foundational 1938 patent describing how to convert continuous sound waves into a stream of digital numbers for transmission.
- [How Digital Media Purchases and Downloads Work](https://patentbrief.org/patent/us/5191573/personal-audio-media-distribution) — A 1990 patent describing the basic process of paying for digital audio or video content over a phone line and downloading it to a personal device.
- [How Early Cochlear Implants Used Digital Signals to Restore Hearing](https://patentbrief.org/patent/us/4063048/cochlear-implant-hearing) — A 1977 patent describing an electronic device that converts sound into digital pulses to stimulate the auditory nerve, bypassing a damaged inner ear.
- [How James Russell Invented the Digital Optical Disc](https://patentbrief.org/patent/us/3501586/optical-digital-recording-russell) — A 1966 invention that replaced physical needles on vinyl records with a laser beam reading digital data from a spinning disc.
