Replies: 1 comment 1 reply
-
In KeyAsio the value is just simply multiplied by this formula: https://github.com/Milkitic/KeyASIO.Net/blob/master/KeyAsio.Gui/Converters/Multi_LatencySampleRate2LatencyConverter.cs#L13 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've observed an unnormal case that the Motu M2 seems to have more latency than the Scarlett 2i2 in KeyAsio, but its measured RTL is much lower than the Scarlett 2i2's:
The Motu M2
The Scarlett 2i2
I think 2.4ms RTL is reasonable for Motu M2 as it is roughly consistent with the official report, which is 2.5ms. In such case, the measured latency in KeyAsio should be about 1.2ms? But it is 1.8ms or so😢, quite frustrating anyway. In addition, for the Scarlett 2i2, its measured RTL, the RTL reported in the driver and the latency in KeyAsio are all consistent. So what's wrong with the Motu M2? Is it because I bought the wrong one, or the problem of the driver or firmware version?
It seems that I have found out the reason,
The output latency of Motu M2 is three times the latency of the input😅. So is it because of the driver or firmware version?
Beta Was this translation helpful? Give feedback.
All reactions