[client] audio: add audio playback latency interface and graph

This commit is contained in:
Geoffrey McRae
2022-01-17 22:13:41 +11:00
parent 5629655f74
commit 689cc53255
5 changed files with 81 additions and 5 deletions

View File

@@ -155,6 +155,8 @@ static bool tickTimerFn(void * unused)
if (needsRender)
app_invalidateWindow(false);
audio_tick(tickCount);
++tickCount;
return true;
}