Attempt to stabilize visualization flutter

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2023-10-02 10:14:48 -07:00
parent cfd5b1c6fb
commit 919661c9e8
No known key found for this signature in database

View file

@ -55,6 +55,7 @@ class VisualizationController : NSObject {
j += 1; if j >= k { j = 0 }
}
self.visAudioCursor = j
self.latency += Double(amount) / self.sampleRate
}
}