This calculator turns your audio interface buffer settings into the latency you will actually feel when monitoring through your DAW. Enter the buffer size and sample rate and read the one-way and round-trip delay in milliseconds.
How it works
A digital audio system processes sound in blocks called buffers. The time one buffer represents is:
buffer latency (ms) = (buffer size in samples / sample rate in Hz) x 1000
So a 256-sample buffer at 44100 Hz holds 256 / 44100 x 1000 = 5.8 ms of audio.
Round-trip latency
When you monitor through software you pay this cost twice — once on the way in and once on the way out — plus a fixed delay from the AD and DA converters:
round trip (ms) = 2 x buffer latency + converter overhead
The converter overhead is typically about 1 to 2 ms on modern interfaces. This tool uses a representative 1.5 ms to give a realistic estimate; your interface’s reported figure may differ slightly.
Choosing a buffer size
- Tracking or live monitoring: use 64 to 128 samples so round-trip latency stays under ~6 ms and playing feels immediate.
- Mixing and mastering: use 512 to 1024 samples; latency is irrelevant once you stop recording, and the larger buffer frees CPU for plugins.
Worked example
At 48000 Hz with a 128-sample buffer, one buffer is 2.67 ms. Round-trip is roughly 2 x 2.67 + 1.5 = 6.83 ms — low enough for comfortable real-time monitoring. Drop to a 64-sample buffer and it falls to about 4.2 ms, but the CPU works twice as hard per second.
All calculations run locally in your browser.