still can't get fftw to work

This commit is contained in:
minjaesong
2023-11-27 00:51:46 +09:00
parent bf64c26e29
commit 33f5461453
4 changed files with 171 additions and 42 deletions

View File

@@ -129,19 +129,6 @@ object AudioMixer: Disposable {
}
catch (_: InterruptedException) {}
catch (e: Throwable) { e.printStackTrace() }
/*processingSubthreads = tracks.map { Thread {
if (!it.processor.paused) {
it.processor.run()
}
}.also { it.priority = MAX_PRIORITY } }
try {
processingSubthreads.forEach { it.start() }
processingSubthreads.forEach { it.join() }
}
catch (e: InterruptedException) {}*/
}
while (processing && !masterTrack.pcmQueue.isEmpty) {