HaraldvonBlauzahn@feddit.org to Programming@programming.devEnglish · 1 month agoKeyboard latencydanluu.comexternal-linkmessage-square18fedilinkarrow-up127arrow-down13
arrow-up124arrow-down1external-linkKeyboard latencydanluu.comHaraldvonBlauzahn@feddit.org to Programming@programming.devEnglish · 1 month agomessage-square18fedilink
minus-squareHaraldvonBlauzahn@feddit.orgOPlinkfedilinkarrow-up4·1 month ago50 ms is clearly noticeable. Try in a terminal read a; sleep 0.02; echo $a and vary the number. Actually, the time resolution for visual sensations is at least 5ms and for sound it is even smaller - a drummer in s band needs to practice a lot to get the right best.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·1 month ago I could notice it at 0.05 (well I tried 0.05 right after 0.02, so maybe it would work at lower too) I would guess I might notice 0.02 if it were music.
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up1arrow-down3·1 month agoTerminal echo is not a good measure, far too slow. Make it a C program.
50 ms is clearly noticeable.
Try in a terminal
and vary the number.
Actually, the time resolution for visual sensations is at least 5ms and for sound it is even smaller - a drummer in s band needs to practice a lot to get the right best.
Terminal echo is not a good measure, far too slow. Make it a C program.