better scope view

This commit is contained in:
minjaesong
2023-11-20 23:23:48 +09:00
parent b7f4eca614
commit 4b17957b65
2 changed files with 12 additions and 14 deletions

View File

@@ -39,8 +39,8 @@ object SoftLim : TerrarumAudioFilter() {
}
object Scope : TerrarumAudioFilter() {
val backbufL = Array(8) { FloatArray(BUFFER_SIZE / 4) }
val backbufR = Array(8) { FloatArray(BUFFER_SIZE / 4) }
val backbufL = Array(BUFFER_SIZE / 16) { FloatArray(BUFFER_SIZE / 4) }
val backbufR = Array(BUFFER_SIZE / 16) { FloatArray(BUFFER_SIZE / 4) }
private val sqrt2p = 0.7071067811865476