From eaddcf896146fa3fb2eed6c6b952b79beb6c6ab6 Mon Sep 17 00:00:00 2001 From: tsi-billypom Date: Tue, 1 Apr 2025 08:57:39 -0400 Subject: [PATCH] auto --- utils/fft_analyser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fft_analyser.py b/utils/fft_analyser.py index e9985f2..daeaadc 100644 --- a/utils/fft_analyser.py +++ b/utils/fft_analyser.py @@ -25,7 +25,7 @@ class FFTAnalyser(QtCore.QThread): # of the audio at a specific point in time # in this case, it takes 5% of the samples at some point in time self.sampling_window_length = 0.05 - self.visual_delta_threshold = 100 + self.visual_delta_threshold = 1000 self.sensitivity = 10 def reset_media(self):