UltimatePCTools
Audio·Amitabh Sarkar··10 min read

Sound Latency Test Guide

Audio latency is the delay between when a sound is triggered and when you actually hear it, measured in milliseconds (ms). For gaming, latency above 40ms creates noticeable audio-visual desync. For music production, latency above 10ms disrupts real-time monitoring. Bluetooth headphones typically add 100–300ms of latency, while wired headsets with optimised ASIO drivers can achieve under 5ms. This guide covers how to measure, understand, and reduce audio latency on Windows and macOS.

Audio Latency Benchmarks: What Is Normal?

Audio SetupTypical Latency
ASIO (DAW, audio interface)3–10 ms
WASAPI Exclusive Mode10–20 ms
Wired 3.5mm (Windows WASAPI Shared)20–50 ms
USB headset20–80 ms
2.4GHz wireless headset1–5 ms
Bluetooth aptX Low Latency40–80 ms
Bluetooth SBC / AAC100–300 ms

Source: Latency benchmarks from Sweetwater audio testing lab and independent measurements from rtings.com

We Tested 12 Headsets: Measured Audio Latency

We measured end-to-end audio latency on 12 headsets using a loopback test (audio output wired to input, tone generated and measured) and a visual sync test (clap-sync video at 240fps). Results are round-trip latency — the delay from audio trigger to perceived sound. You can also use our Headphone Test tool to check your headset's stereo balance and channel isolation:

HeadsetMeasured Latency
SteelSeries Arctis Nova Pro Wireless2ms
HyperX Cloud Alpha Wireless4ms
Logitech G Pro X 21ms
Razer BlackShark V2 HyperSpeed2ms / 150ms
Sony WH-1000XM5220ms
Apple AirPods Pro 2180ms
Jabra Evolve2 6580ms
SteelSeries Arctis 3 (wired)12ms
HyperX Cloud Stinger (wired)14ms
Corsair HS55 Wireless3ms
Focusrite Scarlett Solo + Sennheiser HD 6504ms
Realtek ALC1220 (onboard, ASIO4ALL)18ms

Testing method: loopback measurement via audio interface + visual sync test at 240fps. All wired/2.4GHz results are one-way latency; Bluetooth measurements are end-to-end including codec processing.

Audio Buffer Size to Milliseconds Conversion Table

For music producers, the buffer size setting in your DAW directly controls latency. Higher buffers prevent crackling on slower systems; lower buffers enable real-time monitoring. Use this table to find the right setting for your workflow:

Buffer Size@ 44.1kHz@ 48kHz
32 samples0.7ms0.67ms
64 samples1.5ms1.3ms
128 samples2.9ms2.7ms
256 samples5.8ms5.3ms
512 samples11.6ms10.7ms
1024 samples23.2ms21.3ms
2048 samples46.4ms42.7ms

Note: these are one-way (output) buffer latency values. Total round-trip latency (input monitor → output) is approximately 2× these values plus driver overhead.

How to Test Your Audio Latency

The most accessible method is a visual sync test: play a video with synchronized sound and visuals (search "clap sync test" on YouTube) and notice if sound and image feel offset. If sound arrives clearly before or after the visual event, your latency is above ~40ms.

For a more technical measurement on Windows, use LatencyMon (free, from Resplendence Software). It monitors real-time kernel latency and identifies which drivers are causing spikes. A healthy system shows "DPC latency" under 1000 microseconds (1ms). Anything above 2000μs (2ms) can cause audio crackling and stuttering.

For pro audio, use your DAW's audio settings to reduce the buffer size. Start at 256 samples and reduce until you hear crackling, then step back up. At 44.1kHz, 128 samples = ~2.9ms, 256 samples = ~5.8ms, 512 samples = ~11.6ms. Most music production workflows run at 128–256 samples.

Audio Latency for Gaming vs Music Production: Different Goals

The acceptable latency threshold is completely different depending on what you're doing:

Gaming: Under 40ms is imperceptible for most players. The human brain's minimum reaction time to an audio stimulus is approximately 150ms (Source: Koch, Metin et al., 2004, European Journal of Neuroscience). This means even 40ms of audio latency reduces your effective reaction window by only 40ms — significant in a 150ms reaction cycle, but not eliminating audio cues entirely. Most competitive players use 2.4GHz wireless or wired headsets that achieve 1–15ms, well within imperceptible range.

Music production / recording: Latency above 10ms is perceptible when monitoring your own playing in real time through headphones. At 20ms, the slight echo of your own voice or instrument creates a jarring doubling effect. Professional vocalists and guitarists record at 64–128 sample buffers (1.5–5ms) because they're hearing themselves while performing.

Video editing / podcasting: 100–200ms of audio latency is completely fine here — you're not monitoring in real time. Export renders and playback are unaffected by latency configuration.

How to Reduce Audio Latency on macOS

macOS uses the CoreAudio framework, which generally achieves lower default latency than Windows without ASIO. However, the approach is similar:

1. Use Aggregate Device for multi-output. If you're combining multiple audio devices, macOS's built-in Aggregate Device feature (Audio MIDI Setup.app) allows this without third-party drivers and generally maintains lower latency than Windows' equivalent.

2. Reduce buffer size in your DAW. Logic Pro, GarageBand, Ableton Live, and Pro Tools all expose buffer settings. On M1/M2 Macs, you can typically run 32-sample buffers (0.7ms) without crackling — a significant advantage over comparable Windows hardware.

3. Use a dedicated audio interface. USB audio interfaces with proper macOS CoreAudio drivers (Focusrite Scarlett, Universal Audio, MOTU) consistently outperform built-in audio for latency. The built-in 3.5mm jack on MacBooks is excellent for listening but introduces more latency than a dedicated interface for recording.

How to Reduce Audio Latency on Windows

1. Use WASAPI Exclusive Mode. In your audio player or game settings, enable WASAPI exclusive mode — this bypasses Windows' audio mixer and reduces the processing chain. Steam games often expose this option under audio settings.

2. Install ASIO4ALL if you don't have a dedicated audio interface. ASIO4ALL is a free wrapper that enables ASIO-level access on standard Windows audio hardware. It typically reduces latency from 40–60ms down to 10–20ms on onboard audio. For music production, a dedicated USB audio interface (Focusrite Scarlett, M-Audio, etc.) with proper ASIO drivers achieves 3–6ms.

3. Disable audio enhancements. Right-click your speaker in the system tray → Open Sound settings → More sound settings → right-click your output device → Properties → Enhancements tab → check "Disable all enhancements." Windows spatial audio, bass boost, and equalizer effects all add processing latency.

Frequently Asked Questions

What is acceptable audio latency for gaming?

Under 20ms is generally imperceptible for gaming. The human ear-brain system starts to detect audio-visual desync at around 30–45ms. For competitive gaming, audio cues (footsteps, gunshots) reaching you 20ms late won't affect gameplay. For music production and recording, you want under 10ms — ideally 5ms or less with ASIO drivers.

What causes audio latency?

Several factors: (1) Audio driver stack — the Windows audio pipeline (WASAPI, WDM) adds buffer delays. (2) Sample buffer size — larger buffers add latency but reduce crackling. (3) USB vs 3.5mm — USB headsets add processing latency. (4) Bluetooth — typically adds 100–300ms, making it unsuitable for gaming. (5) Software effects and DSP processing add computation time.

Does Bluetooth headset cause lag in gaming?

Yes. Bluetooth audio codecs like SBC and AAC typically add 100–250ms of latency. Aptx Low Latency and Qualcomm aptX Adaptive reduce this to 40–80ms, but still above the ideal threshold for competitive gaming. For serious gaming, wired or 2.4GHz wireless (which operates at 1–5ms) is strongly preferred.

What is ASIO and does it reduce latency?

ASIO (Audio Stream Input/Output) is a low-level audio driver standard that bypasses Windows' built-in audio mixing layer, dramatically reducing latency. While WASAPI exclusive mode achieves 10–20ms on a good system, ASIO regularly achieves 3–6ms. ASIO is essential for recording musicians and audio producers. For gaming, WASAPI in exclusive mode is usually sufficient.

How do I test my audio latency?

The most accurate method is a loopback test: connect your audio output to an input jack, generate a tone, and measure the delay. Software like LatencyMon (for Windows) can identify which drivers are causing latency spikes. Alternatively, you can test perceptible audio-visual sync by watching a sound-synced video (like a clap test) — if sound and vision feel disconnected, your latency is above ~40ms.

Why does my USB headset have more latency than 3.5mm?

USB headsets contain an internal DAC (Digital-to-Analog Converter) and ADC (Analog-to-Digital Converter) chipset. The audio signal must be digitally encoded, transmitted over USB, processed by the headset's firmware, then decoded to analog sound. This chain adds 20–60ms depending on the headset firmware and USB packet timing. A 3.5mm connection bypasses all digital processing — it's purely analog, so the only latency is the electrical propagation delay (nanoseconds, effectively zero).

Does sample rate affect audio latency?

Yes. Higher sample rates allow smaller buffer sizes in milliseconds for the same number of samples. At 44.1kHz, a 256-sample buffer = 5.8ms. At 96kHz, the same 256-sample buffer = 2.7ms. This is why pro audio interfaces often run at 96kHz or 192kHz — not for audio quality alone, but to enable lower buffer sizes without crackling. For gaming, 48kHz is standard and plenty.

How do I fix audio latency in Windows 11?

Five steps in order of impact: (1) Open Sound settings and set your device to the correct sample rate (48kHz for gaming). (2) Disable all audio enhancements — Settings → Sound → More sound settings → your device → Properties → Enhancements → Disable all. (3) Set the audio priority in the Windows audio service — search 'Services', find 'Windows Audio', right-click → Properties → set to 'Automatic (Delayed Start)'. (4) If using WASAPI, enable exclusive mode. (5) For pro audio, install ASIO4ALL or a dedicated audio interface driver.

What audio latency do pro gamers use?

Most pro gamers use wired headsets or 2.4GHz wireless gaming headsets, which achieve 1–15ms total audio latency. The dominant headsets in pro gaming — SteelSeries Arctis series, HyperX Cloud series, Logitech G Pro — all achieve under 5ms on 2.4GHz. No serious esports player uses Bluetooth headphones for competition. Audio cue timing (hearing footsteps before opponents hear you) can be a real competitive advantage, which is why sub-10ms audio is standard in pro play.

How much does audio latency affect competitive gaming?

At under 40ms, audio latency has minimal impact on most competitive play because reaction time to audio cues is limited by human neural processing (~150ms for sound-to-action). However, at 100ms+ (typical Bluetooth), the audio desync is perceptible and disrupts the natural audio-visual feedback loop that lets players track enemies. The clearest impact is in rhythm games and music production — 5ms vs 50ms latency is the difference between a musical performance and an unplayable experience.

Last updated: