Audio latency test

Read the base and output latency your browser's audio engine reports, understand what the total means in practice, and see which changes actually reduce it.

Last reviewed on August 9, 2026

Audio Latency Test
Read the delay your browser and audio stack report
📊

Run the measurement to see your browser's reported audio delay.

--
Total reported latency
--
Base latency
--
Output latency
Sample rate --
No microphone permission needed — this reads the numbers your browser already knows.

What this test measures — and what it doesn't

The test reads the two latency figures your browser's audio engine reports: base latency, the buffer the browser holds internally, and output latency, the browser's estimate of the time between handing a sample to the operating system and it leaving the speaker. Added together, they are the floor of your system's audio delay.

They are a floor, not a total. Not included: the Bluetooth link (typically 100–200 ms), any delay in the microphone path, processing inside a meeting app, display buffering, and network transit on a call. A machine reporting 12 ms here can still have 250 ms of real end-to-end delay on a wireless headset.

No permission needed. This test only reads numbers the browser already exposes. It does not open your microphone.

Interpreting your number

Reported latencyHow it feelsGood enough for
Under 10 msImperceptibleEverything, including live monitoring while recording
10–20 msEffectively instantMusic production, competitive gaming
20–40 msFine unless you are listening for itCalls, gaming, general use
40–80 msNoticeable when watching lips moveCalls and media; awkward for live monitoring
Over 80 msClearly delayedPassive listening only

Useful reference points: about 20–30 ms is where most people begin to notice audio trailing video; roughly 10 ms is the threshold at which musicians find live monitoring unplayable; and standard Bluetooth adds far more than either figure, which is why wireless earbuds are unsuitable for recording.

Why the number differs between browsers

Run the test in two browsers on the same machine and you will usually get two different answers. That is expected:

Because of this, compare the same browser across configurations rather than comparing browsers against each other.

How to lower audio latency

In roughly descending order of effect:

  1. Use a cable. Removing Bluetooth is worth more than every other change on this list combined — often 100 ms or more.
  2. Plug in directly. USB hubs, docks, and monitor audio outputs all add buffering.
  3. Close the competition. Other applications holding the audio device force the system into safer, larger buffers.
  4. Use a proper driver. On Windows, ASIO for an audio interface bypasses the shared Windows mixer entirely. On macOS, Core Audio is already low-latency; avoid aggregate devices unless you need them.
  5. Disable audio "enhancements". Spatial audio, virtual surround, and vendor DSP each insert processing delay.
  6. Match sample rates. If the OS runs at 48 kHz and the application at 44.1 kHz, a resampler sits in the path adding both delay and CPU load.
  7. Plug the laptop in. Power-saving modes raise buffer sizes to reduce CPU wake-ups.

The full explanation of where each millisecond comes from is in audio latency explained.

Latency, lip-sync, and echo on calls

Three common complaints trace back to delay, but each has a different cause:

If you are chasing an echo specifically, run the recorder: an echo that shows up in your own local recording is a room-and-microphone problem, while one that only others hear is a routing problem.

Frequently asked questions

What is a good audio latency?

Under 10 ms is imperceptible, 10 to 20 ms is effectively instant and fine for music production, 20 to 40 ms is fine for calls and gaming, and over 80 ms is clearly delayed.

Does this measure my full round-trip latency?

No. It reports the browser's internal buffering and its estimate of output delay. It excludes Bluetooth, drivers, meeting-app processing, display buffering, and network transit.

Why does the number differ between browsers?

Chrome and Edge report both base and output latency, Firefox reports them inconsistently across platforms, and Safari often exposes neither, in which case the test falls back to a theoretical minimum. Compare the same browser across configurations rather than comparing browsers.

How much latency does Bluetooth add?

Typically 100 to 200 ms with standard codecs — far more than everything else combined, and the reason wireless headphones are unusable for recording while monitoring yourself.

How do I reduce audio latency?

Use a cable instead of Bluetooth, plug in directly rather than through a hub or dock, close other audio applications, disable audio enhancements and spatial audio, and match sample rates between the OS and your applications.

Does this test need microphone permission?

No. It only reads values the browser already exposes, so no prompt appears.

← Back to all audio tests