From 9e4ee91842c435e64fb1dabd82873eb22510780f Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak <dos@dosowisko.net> Date: Thu, 28 Dec 2023 07:20:57 +0100 Subject: [PATCH] Adjust video delay --- song.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/song.py b/song.py index 9c781e4..e0238b2 100644 --- a/song.py +++ b/song.py @@ -30,7 +30,7 @@ from . import flower from . import score AUDIO_STARTUP = 750 # how early should audio be loaded -VIDEO_DELAY = 85 # delay between audio and what's displayed on the screen +VIDEO_DELAY = 70 # delay between audio and what's displayed on the screen INPUT_DELAY = 20 # additional headroom for input handling DELTA_THRESHOLD = 60 # above this we assume that there may be missed release events RADIUS = 22 -- GitLab