fixed frame timer

This commit is contained in:
Jarcode
2017-11-26 20:54:44 -08:00
parent 44ce4cf3eb
commit 004d769d00
3 changed files with 12 additions and 5 deletions

View File

@@ -53,6 +53,8 @@ int main(int argc, char** argv) {
float lb[r->bufsize_request], rb[r->bufsize_request];
while (r->alive) {
rd_time(r); /* update timer for this frame */
bool modified; /* if the audio buffer has been updated by the streaming thread */