audioengine: serial processing

This commit is contained in:
minjaesong
2023-11-20 03:15:43 +09:00
parent c6f8457877
commit 468476f41e
10 changed files with 125 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ class AudioManagerRunnable : Runnable {
oldT = T;
AudioMixer.update(dT)
// println("AudioManagerRunnable dT = ${dT * 1000f} ms")
Thread.sleep(30L)
Thread.sleep(1L)
}
catch (e: InterruptedException) {
break