Audio latency is the delay between something happening and you hearing it. It matters when the sound has to line up with something else — a picture, a key press, your own voice — and it is imperceptible otherwise.
The delay accumulates across every stage of the chain, which is why fixing one stage frequently produces less improvement than expected.
What changed in 2026
- Low-latency wireless modes proliferated. Dedicated gaming modes and transmitters reduced wireless delay substantially.
- LE Audio improved the baseline. The newer standard reduced latency compared with classic Bluetooth.
- Platform compensation got better. Video players continued to improve automatic lip-sync correction.
- Interface drivers matured. Lower stable buffer sizes became achievable on more systems.
Where the delay accumulates
| Stage |
Typical contribution |
| Application buffer |
Frequently the largest on a computer |
| Driver and OS mixing |
Small to moderate |
| Codec encode and decode |
Moderate on wireless |
| Wireless transmission |
Moderate; varies by mode |
| Digital signal processing |
Moderate — noise cancelling, EQ |
| Digital-to-analogue conversion |
Negligible |
| Acoustic travel |
Negligible at normal distances |
The pattern worth noticing: the stages people focus on — conversion, transmission distance — contribute least, while buffering and processing contribute most.
Active noise cancelling and digital processing in headphones add delay that has nothing to do with the wireless link, which is why some wired headphones with active processing have noticeable latency too.
Why video is fine and games are not
Video playback knows in advance how long the audio path takes. The player queries the reported latency and delays the picture to match, so lip sync stays correct even with substantial audio delay.
Games cannot do this. The sound is generated in response to what just happened, so there is nothing to delay against — the audio simply arrives late. The same applies to any live monitoring: your own voice, an instrument you are playing, a video call.
That is why the same headphones are fine for films and unusable for rhythm games, and it is the single most useful thing to understand about the topic.
For calls, delay affects conversational turn-taking rather than sync, and the tolerance is higher.
Buffer size on a computer
The main tunable, and the one that produces real change.
Audio software processes in blocks. A larger block means more time to compute without glitching, and more delay. A smaller block means lower latency and a higher chance of dropouts when the system is busy.
The practical approach is to reduce buffer size until dropouts appear, then step back one setting. The right value depends on the machine, what else is running, and how demanding the processing is.
For recording, direct monitoring sidesteps the problem entirely: the interface routes input to output in hardware, so you hear yourself with negligible delay while the computer records. Where the interface supports it, this is the correct answer rather than chasing buffer sizes — see mic placement for the rest of the recording chain.
Reducing wireless latency
Use a low-latency mode where the headphones and source both support one. This is the largest single improvement available.
Use a dedicated transmitter for gaming headsets. Proprietary wireless links achieve latency that generic Bluetooth does not.
Disable unnecessary processing. Noise cancelling and effects add delay.
Go wired where it matters. Removes transmission and codec delay entirely and remains the reliable answer for monitoring.
Codec choice matters here too, though less than the mode — see Bluetooth codecs explained.
Common mistakes
- Blaming the wireless link for a buffer problem. Check the chain.
- Ignoring processing delay. Noise cancelling adds latency.
- Not using direct monitoring when available. Solves recording latency outright.
- Setting buffer size as low as possible. Dropouts are worse than delay.
- Expecting video sync problems to indicate high latency. Compensation usually handles it.
- Using generic Bluetooth for gaming. A dedicated transmitter is far better.
FAQ
How much latency is acceptable?
For music listening, a great deal — it is imperceptible without a reference. For playing an instrument or gaming, the threshold is much lower and individual sensitivity varies.
Does cable length add latency?
Not perceptibly. Electrical signals travel far faster than sound, and acoustic travel across a room is a larger delay than any cable.
Why does my voice sound delayed on calls?
Network round-trip usually dominates, not the audio hardware. Local monitoring, where the app offers it, removes the local part of the problem.
Do wired headphones have zero latency?
Passive ones, effectively. Anything with active processing — noise cancelling, digital EQ, a USB connection — introduces delay regardless of the cable.
Where to go next
For the wireless codec side, read Bluetooth codecs explained. For recording setup, mic placement, and for the conversion stage, DACs and amps explained.