Audio latency explained: why milliseconds matter
Latency is the gap between sound entering one part of the chain and leaving another. Here is where it comes from, how much matters, and what genuinely reduces it.
Last reviewed on August 9, 2026
Latency is the gap between sound entering one part of the chain and leaving another. Here is where it comes from, how much matters, and what genuinely reduces it.
Last reviewed on August 9, 2026
Audio latency is the time between sound entering one part of a chain and leaving another. The number sounds small โ typical desktop latency is measured in milliseconds โ but small numbers add up. By the time a voice has crossed a microphone, the operating system, the browser, the network, and another set of speakers, the total can be high enough to make a video call awkward or a recording impossible to monitor live. This guide explains where the milliseconds come from and what you can do about them.
Run the test first. Our latency test reports the value the browser exposes. The number you see is a floor, not the full picture โ keep reading to understand what gets added below it.
There are at least four different latencies that get bundled under the same word:
Our test reads what the browser exposes through the Web Audio API: principally the buffer-related latencies. Everything below the browser is invisible to the page but still very much present in your experience.
Tolerance depends on the task. Sitting silently and listening to a recorded podcast, hundreds of milliseconds go unnoticed. Speaking and hearing your own voice routed back, the brain begins to flinch around 30 ms.
| Use case | Comfortable latency | Verdict |
|---|---|---|
| Listening to recorded audio | Anything reasonable | No issue |
| One-way live streams | Up to ~3,000 ms | Forgiving |
| Video calls and meetings | Under 200 ms one-way | Noticeable above |
| Live monitoring while recording | Under 20 ms | Tight budget |
| Playing a software instrument | Under 10 ms | Hardware territory |
Two important nuances. First, these are round-trip budgets โ the perceived total, not just the browser figure. Second, latency rarely arrives as a single value: it jitters. A connection averaging 80 ms with occasional 300 ms spikes feels worse than a steady 150 ms.
Wireless headphones add a chunk of latency that varies with codec and connection profile. Streaming audio profiles (A2DP) tend to add roughly 100โ250 ms; the moment the microphone is in use, headsets typically switch to a lower-quality profile that may add even more. If a recording sounds out of sync, Bluetooth is one of the first things to suspect.
Cheap USB microphones often run at 16-bit, 44.1 or 48 kHz with relatively large buffers. Better interfaces use ASIO or Core Audio drivers that can run very small buffers, but only when the rest of the system is healthy enough to keep up.
On Windows, shared mode through WASAPI typically adds 10โ30 ms; exclusive mode and ASIO can drop to a few. macOS Core Audio is generally lower-latency out of the box. On either platform, virtual cameras and meeting-app filters can insert their own buffers.
Browsers are not the worst place to do real-time audio anymore, but they are still bound by the same buffer-size trade-off. Tabs in the background often run at slower clocks, and a single misbehaving extension can pause the audio thread long enough to cause a glitch.
Once a remote endpoint is involved, latency starts at the round-trip time of the connection and grows with every codec and jitter buffer in between. Even on a fast connection, expect 50โ150 ms of network-side delay on a typical video call.
Imagine you join a meeting from a laptop with built-in audio:
The total commonly lands somewhere around 100โ180 ms one-way, before either party adds Bluetooth headphones. That is why turning off Bluetooth alone often turns a sluggish call into a snappy one.
For day-to-day calls, latency under about 150 ms is hard to notice. For recording, aim for under 20 ms round-trip โ anything higher will fight you. For live software-instrument playing, plan for an audio interface and a wired chain.
If a low number on the test is not matching your experience on calls, the chain outside the browser is almost always responsible. Run the latency test with and without your headphones connected to compare. Our microphone troubleshooting guide covers the related "the test looks fine but the call sounds bad" scenario.
Individual figures are less useful than the sum. Here is roughly how the milliseconds stack up in two common configurations.
| Stage | Wired USB headset | Bluetooth earbuds |
|---|---|---|
| Microphone capture and driver buffer | 3โ10 ms | 3โ10 ms |
| Application processing | 5โ15 ms | 5โ15 ms |
| Wireless link | โ | 100โ200 ms |
| Output buffer and mixing | 5โ15 ms | 5โ15 ms |
| Total, one direction | ~15โ40 ms | ~115โ240 ms |
The table makes the point that no amount of buffer tuning competes with removing the wireless link. Everything else on the list is worth single-digit milliseconds; Bluetooth is worth a hundred or more. Measure your own baseline with the audio latency test, and see why Bluetooth microphones sound bad for the quality side of the same trade-off.
| Complaint | Latency? | Actual cause |
|---|---|---|
| Audio trails the video | Yes | Almost always Bluetooth. Wired connection removes it. |
| Others hear themselves echoed back | Partly | Your speakers feeding your microphone. Delay turns feedback into a distinct echo. Headphones fix it. |
| Everyone keeps talking over each other | Yes | Round-trip delay above roughly 300 ms, mostly network rather than hardware. |
| Audio is choppy or glitchy | No | Jitter and buffer underruns. Larger buffers help โ the opposite of the latency fix. |
| My own voice sounds delayed in my headphones | Yes | Software monitoring. Use direct hardware monitoring on the interface if available. |
| Games feel unresponsive | Sometimes | Check display latency too โ audio is often not the culprit. |
Note the tension in that table: latency and stability pull in opposite directions. Smaller buffers reduce delay but increase the chance of dropouts, so the right buffer size is the smallest one that stays glitch-free on your machine, not the smallest one available.
Browser-reported latency is a floor, not a total. To measure what you actually experience end to end:
The delay between audio entering a system and leaving it. Under 20 ms feels instant, 20 to 40 ms is fine for calls and gaming, and anything above 80 ms is clearly noticeable.
Typically 100 to 200 ms with standard codecs โ more than every other stage of the chain combined, and the reason wireless headphones cannot be used for live monitoring.
Almost always Bluetooth headphones. Some players compensate automatically, which is why the effect appears inconsistent. A wired connection removes it.
Use a cable rather than Bluetooth, plug in directly instead of through a hub or dock, close other audio applications, disable audio enhancements and spatial audio, match sample rates, and use ASIO on Windows with an audio interface.
No. Smaller buffers reduce delay but increase the chance of dropouts. The right buffer is the smallest one that stays glitch-free on your machine.
Your speaker output being picked up by your microphone. Latency turns that feedback into a distinct echo rather than a hum. Headphones eliminate it; echo cancellation only manages it.