what the hell is wrong with this

This commit is contained in:
2026-07-11 14:18:35 +02:00
parent f6d6134bd5
commit f9e6c136bc
+1 -1
View File
@@ -452,7 +452,7 @@ void init_runtime(FM95_Runtime* runtime, const FM95_Config config) {
runtime->rds_symbol[i] = -1.0f;
runtime->rds_last_bit[i] = 0;
runtime->rds_filter[i] = iirfilt_rrrf_create_prototype(LIQUID_IIRDES_CHEBY2, LIQUID_IIRDES_LOWPASS, LIQUID_IIRDES_SOS, 8, (4750/config.sample_rate), 0.0f, 1.0f, 40.0f);
runtime->rds_filter[i] = iirfilt_rrrf_create_prototype(LIQUID_IIRDES_CHEBY2, LIQUID_IIRDES_LOWPASS, LIQUID_IIRDES_SOS, 8, (4750.0f/config.sample_rate), 0.0f, 1.0f, 40.0f);
}
}