Cleanup: removed build artifacts and cache
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ void DSP_Process(void) {
|
||||
float mag = top_mags[i];
|
||||
float new_freq = top_freq_indices[i] * bin_to_hz;
|
||||
|
||||
// Hysteresis (ГИСТЕРЕЗИС):
|
||||
// ГИСТЕРЕЗИС:
|
||||
// Если фильтр сейчас ВЫКЛЮЧЕН (active_notch_freqs == 0)
|
||||
if (active_notch_freqs[i] == 0) {
|
||||
if (mag > 4000.0f) {
|
||||
|
||||
Reference in New Issue
Block a user