What Is Audio Fingerprinting?

Audio fingerprinting is a browser tracking technique that uses the Web Audio API to measure device-specific differences in how a machine processes sound. The result is a stable numeric identifier that persists across private browsing sessions, browser restarts, and even different browsers on the same device.

How Audio Fingerprinting Works

The technique routes a synthetic, inaudible signal through an audio compressor (typically a low-frequency oscillator), then samples and hashes the processed waveform. Because hardware and software audio stacks vary by device, the hash differs from one machine to another. No microphone access is needed, since the method measures processing behavior rather than recorded audio. The identifier stays stable across private sessions, reboots, and multiple browsers on the same device (Fingerprint.com - Audio Fingerprinting, 2024). Changing your IP address or clearing cookies does not affect it. Detection systems often combine audio fingerprinting with canvas and WebGL signals to build a stronger identity cluster.

Frequently Asked Questions

No. The signal is synthetic and silent. The browser's audio pipeline processes it internally, and no user-facing permission prompt appears. The technique needs no access to any physical microphone.

Private mode does not block audio fingerprinting. The identifier reflects hardware and driver characteristics that remain unchanged inside a private session. Clearing cookies or rotating your IP address has no effect on the result.

Canvas fingerprinting measures how a device renders graphics; audio fingerprinting measures how it processes sound. Both exploit hardware-level differences to produce a stable identifier without storing anything on the device. Sites may combine both signals to build a more reliable identity cluster.