Audio foundations
What is monitoring latency?
Monitoring latency is the delay between speaking into your mic and hearing yourself back in your headphones. Here is why even a few milliseconds feels distracting, and how to get it low enough to feel immediate.
The short answer
Monitoring latency is the round-trip delay you hear when you listen to your own voice through the computer. You speak, the sound goes in through your microphone, gets processed, and comes back out to your headphones. The time that whole trip takes is the monitoring latency, and it is measured in milliseconds.
If that number is high, you hear a noticeable echo of yourself a beat after you talk, the same off-putting delay you get on a bad phone call when your own voice loops back late. If the number is low enough, the return feels like it is happening the instant you speak, and you stop noticing it entirely. Getting monitoring latency small is the whole game of comfortable real-time monitoring.
The round trip: in, process, out
To understand why the delay exists, follow a single moment of your voice through the system. It is not one delay but a stack of small ones added together:
- Input buffer. Your mic hands audio to the computer in small chunks, not one sample at a time. The system waits for a chunk to fill before it can work on it, and that wait is latency.
- Processing. Any effects on the signal, a DSP chain like a gate, EQ, or compressor, take a little time to run on each chunk before passing it along.
- Output buffer. The processed audio is handed back to your headphones in chunks too, and that trip out adds its own small wait.
Add those together and you have the round trip. The size of those chunks is the buffer size, and it is the single biggest lever on the total. A big buffer is safe and steady but slow; a small buffer is fast but asks more of your computer. Monitoring latency is really just the sum of these little waits from mouth to ear.
Why a small delay feels so distracting
Here is the strange part: you can tolerate a big delay on someone else's voice, but almost none on your own. When you hear yourself talk, your brain expects the sound to line up with the movement of your mouth. When the return is late, that expectation breaks, and the mismatch is genuinely disorienting. People slow down, stumble over words, or start over-enunciating without knowing why.
This is why monitoring is uniquely sensitive to latency. A delay that would be invisible almost anywhere else becomes a real problem the moment you route it back to your own ears in real time. Even a couple dozen milliseconds can feel like a slap-back echo. The target for comfortable monitoring is therefore much tighter than for most audio tasks: you want the round trip low enough that your ears and your mouth agree it is instant.
How to make monitoring latency small
The delay is not fixed. Three things bring it down, and they work together:
- A smaller buffer. Smaller chunks mean shorter waits on the way in and out. Dropping the buffer is the most direct win, as long as your computer can keep up without stuttering.
- A low-latency driver. The path your audio takes into and out of the computer matters. Low-latency driver models like ASIO and WASAPI Exclusive talk to the hardware more directly and skip the extra buffering that general-purpose Windows audio adds, which shaves real milliseconds off the round trip.
- Lean processing. Every effect in the chain costs a little time. Light blocks like a gate, EQ, or compressor add so little you will not feel it. Heavy processing, like a full neural voice model, adds noticeably more, so what you put in the chain directly shapes how immediate the monitor feels.
Get all three right, a small buffer, a direct driver path, and a sensible chain, and the round trip drops into single-digit milliseconds, which is the range where monitoring stops feeling like an echo and starts feeling like the sound is just there.
Monitoring latency in patchd
This is exactly what patchd is built for. patchd is a Windows virtual audio mixer that runs its engine over low-latency driver paths, ASIO and WASAPI Exclusive, rather than the slower shared route. At a small ASIO buffer it adds about 10.7 ms of engine latency through a bus at a 512 buffer, and smaller ASIO buffers take it lower, which is low enough that monitoring your own voice feels immediate rather than delayed.
That keeps the honest part honest. The instant effects in a channel's free rack, the gate, EQ, compressor, de-esser, and more, run inside that small budget, so you can clean up your mic and still monitor in real time. patchd is free to use on the Free tier here, with Studio ($39.99/yr) adding more on top, and neither tier taxes you on latency for the light processing that matters most for monitoring.
The one place the number is different is the AI voices in Persona. A full neural voice model does far more work, so it adds about 350 ms, and that figure deserves its own line item, never an average with the engine number. That amount of delay is fine for output others hear, but it is too much to monitor against comfortably, which is precisely why it is called out on its own rather than lumped in with the near-instant engine latency.
Putting it to use
If you are hearing your own voice come back late, monitoring latency is the thing to chase. Reach for a low-latency driver first, then bring the buffer down until the return feels instant but the audio stays clean, backing off one step if you hear any crackle. Keep the monitored chain light, and save any heavy neural processing for the signal that leaves for your call or stream rather than the one looping back to your ears.
For the deeper mechanics behind the number, the buffer size and ASIO explainers cover the two biggest levers, and if the audio coming back is late and noisy, reducing background noise on your mic tackles the other half. patchd is pre-launch, so if you want a mixer that keeps monitoring this tight, join the waitlist and get notified when it ships.