Gear GeeksGaming

Wireless audio latency

Audio latency has a different failure mode from input latency. Input latency makes you slower. Audio latency makes your ears and eyes disagree, and once the disagreement passes a threshold your brain starts discarding one of them.

AudioUpdated 5 min read

Where audio latency comes from

The audio output chain and typical costs.
StageTypical costNotes
Game audio engine buffer5 to 20 msSometimes adjustable in game settings
OS audio stack3 to 15 msLower with exclusive-mode or low-latency drivers
Digital to analogue conversionUnder 1 msNegligible on any modern device
Wired transmission0 msElectrically instantaneous at these distances
2.4 GHz dongle link5 to 20 msProprietary, lightly compressed, small buffer
Bluetooth, LC3 or aptX LL40 to 80 msRequires both ends to support the codec
Bluetooth, SBC or AAC100 to 250 msThe default on most devices. Disqualifying.

The gap between the last two rows and everything above them is the whole story. A wired or dongle connection puts you in a range where audio and video are effectively synchronous. Bluetooth puts you in a range where they are not.

The perception threshold

Human tolerance for audio-visual desynchronisation is asymmetric and reasonably well characterised. Sound arriving after the corresponding visual event is tolerated more readily than sound arriving before, because that is what happens in the physical world: light travels faster than sound, so distant events are always seen first.

The consequence is that audio lag is less immediately obvious than it should be, which is why people use Bluetooth headphones for gaming and report that it is fine. It is not that the lag is absent; it is that your brain has a mechanism for accommodating exactly this direction of error, and that mechanism is quietly discarding the timing information you were hoping to use.

Where it actually costs you

  • Timing a peek to a sound. If a footstep tells you someone is about to appear, 150 ms of audio delay means they appear before you hear it.
  • Counting shots. Reload timing and magazine counting rely on the rhythm of sounds matching the rhythm of events.
  • Ability cues. Games that signal a cooldown or a channel with a sound expect that sound to be synchronous.
  • Voice comms. Round-trip conversational latency becomes noticeable, and people start talking over each other.

The practical rule

Wired, or a proprietary 2.4 GHz dongle. Bluetooth is for listening to music while walking, and every gaming headset that offers both offers the dongle for exactly this reason. If a wireless headset only lists Bluetooth, it is not a gaming headset regardless of its marketing.

Related reading

Frequently asked questions

How much audio latency is acceptable for gaming?

Under about 20 ms is imperceptible. Between 20 and 40 ms most people cannot consciously detect it but the audio no longer helps with precise timing. Above about 50 ms it becomes noticeable as a disconnect between what you see and what you hear, and above 100 ms it is obvious.

Why is Bluetooth audio so laggy?

Bluetooth audio must be compressed, transmitted, buffered and decompressed. The codec itself adds delay, and the buffer exists to survive interference. Standard SBC adds well over 100 ms; aptX Low Latency and LC3 do much better, but still land in the tens of milliseconds, and both ends must support the same codec.

Do 2.4 GHz gaming headsets have low latency?

Yes. A proprietary dongle can use a lightly compressed or uncompressed stream with a tiny buffer, because it controls both ends of the link and does not need to interoperate with anything. Typical figures are well under 20 ms, which is imperceptible.

Does audio latency matter as much as input latency?

Differently rather than less. Input latency delays your action. Audio latency corrupts the timing relationship between two senses, which matters for anything where you use sound to time a response: a reload finishing, an ability coming off cooldown, a footstep telling you when someone will appear.

Should I use USB or 3.5 mm for a wired headset?

Either is fine. USB moves the digital-to-analogue conversion into the headset, which is usually good and occasionally worse than your motherboard. 3.5 mm uses your motherboard's converter and amplifier. Neither adds meaningful latency. Choose on sound quality, not on connector.

Sourcing. Figures on this page are either derived from published engine or hardware constants, or computed from the formulas shown. Manufacturer-stated specifications are labelled as such. Found an error? Send a correction.