mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
optimising dynamic source processing by NOT multithreading it
This commit is contained in:
@@ -16,7 +16,6 @@ import kotlin.math.*
|
||||
class MixerTrackProcessor(val buffertaille: Int, val rate: Int, val track: TerrarumAudioMixerTrack): Runnable {
|
||||
|
||||
companion object {
|
||||
val BACK_BUF_COUNT = 1
|
||||
}
|
||||
|
||||
@Volatile var running = true; private set
|
||||
|
||||
Reference in New Issue
Block a user