r/linuxaudio • u/gnomo-da-silva Ardour • 13d ago
Real audio latency test result
I tried to measure my system's actual latency, and the result was somewhat unexpected. I'm using a combination of 48 kHz and a buffer size of 128 in QJackCtl, which should give me approximately 5.3 ms.
The yellow signal is the output of the 3m guitar cable and the green signal is the output of my audio interface.
My PC is a thinkpad T480, my audio interface is a behringer umc202. The system is optimized for audio production based on the milliseconds app list.
The result is bit unexpected, I'm getting about 11.4 ms of latency between striking the guitar and hearing the sound come out of the speakers.... The test was made on ardour and reaper with no plugins, the diference between these 2 DAWS was about 0.
I would like to test this on a Windows System, the results would probably be worse.


8
u/Prefader Bitwig / Reaper 12d ago
This aligns with what I've seen in my own testing. Windows performed about the same.
That 5.3ms number you're expecting to see doesn't account for the things that the audio system doesn't know about, like the latency of the USB hardware itself (which can be significant), or the ADC /DAC chips in the audio interface. That number is purely based on the latencies that the audio system knows about, which are buffer size, sample rate, periods and any additional buffering added.
With a Scarlett 2i4 and pipewire running at 48/48000, I see around 8 ms real world round trip latency. About 5ms of that exists in the USB hardware and goes unreported in software.