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

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.

What "latency" actually measures

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.

How much latency is acceptable?

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 caseComfortable latencyVerdict
Listening to recorded audioAnything reasonableNo issue
One-way live streamsUp to ~3,000 msForgiving
Video calls and meetingsUnder 200 ms one-wayNoticeable above
Live monitoring while recordingUnder 20 msTight budget
Playing a software instrumentUnder 10 msHardware 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.

Where the milliseconds come from

Bluetooth

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.

USB audio devices

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.

Operating system audio stacks

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.

The browser

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.

Networks

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.

How to reduce latency on a normal computer

  1. Use a wired connection where it counts. Bluetooth alone can blow a 20 ms budget.
  2. Plug audio devices directly. USB hubs add jitter and occasionally drop frames.
  3. Close other apps that use audio. Each one wants its own buffer.
  4. On Windows, enable exclusive mode for the device or use an ASIO driver if your interface supplies one.
  5. Lower the buffer size in your DAW, meeting app, or driver utility โ€” but watch for crackles, which mean you went too low.
  6. Restart the browser tab between sessions. Audio contexts that have been alive for hours sometimes drift.

Worked example: video calls

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.

Common mistakes to avoid

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.

A latency budget for a real setup

Individual figures are less useful than the sum. Here is roughly how the milliseconds stack up in two common configurations.

StageWired USB headsetBluetooth earbuds
Microphone capture and driver buffer3โ€“10 ms3โ€“10 ms
Application processing5โ€“15 ms5โ€“15 ms
Wireless linkโ€”100โ€“200 ms
Output buffer and mixing5โ€“15 ms5โ€“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.

Which symptom is really a latency problem?

ComplaintLatency?Actual cause
Audio trails the videoYesAlmost always Bluetooth. Wired connection removes it.
Others hear themselves echoed backPartlyYour speakers feeding your microphone. Delay turns feedback into a distinct echo. Headphones fix it.
Everyone keeps talking over each otherYesRound-trip delay above roughly 300 ms, mostly network rather than hardware.
Audio is choppy or glitchyNoJitter and buffer underruns. Larger buffers help โ€” the opposite of the latency fix.
My own voice sounds delayed in my headphonesYesSoftware monitoring. Use direct hardware monitoring on the interface if available.
Games feel unresponsiveSometimesCheck 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.

How to measure it properly

Browser-reported latency is a floor, not a total. To measure what you actually experience end to end:

  1. Loopback test. Record the output of your speakers with your microphone while playing a sharp click, then measure the gap between the two in any audio editor. That gives true round-trip delay including every stage.
  2. Video reference. Film your hands clapping while a screen shows the same clap, then step through frames. Crude, but it catches audio-to-video offsets that no software reports.
  3. Compare configurations, not absolutes. The useful question is almost never "what is my latency" but "did this change reduce it" โ€” and for that, a consistent method matters more than an accurate one.

Frequently asked questions

What is audio latency?

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.

How much latency does Bluetooth add?

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.

Why is my audio out of sync with the video?

Almost always Bluetooth headphones. Some players compensate automatically, which is why the effect appears inconsistent. A wired connection removes it.

How do I reduce audio latency?

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.

Is lower latency always better?

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.

What causes echo on calls?

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.

โ† Back to all audio tests