mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-20 22:38:09 +00:00
[client] audio: add audio playback latency interface and graph
This commit is contained in:
@@ -155,6 +155,8 @@ static bool tickTimerFn(void * unused)
|
||||
if (needsRender)
|
||||
app_invalidateWindow(false);
|
||||
|
||||
audio_tick(tickCount);
|
||||
|
||||
++tickCount;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user