From 52e081ad3fadb003eb434458ded06f48f1bac2e3 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 23 Mar 2025 17:20:27 +0100 Subject: [PATCH] oops --- src/fm95.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fm95.c b/src/fm95.c index fabc7f5..b790aeb 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -496,7 +496,7 @@ int main(int argc, char **argv) { float rds_carrier = get_oscillator_sin_multiplier_ni(&osc, 3); output[i] += (current_rds_in*rds_carrier)*RDS_VOLUME; if(!sca_on) { - float rds2_carrier_66 = apply_pll(&rds2_pll, get_oscillator_sin_multiplier_ni(&osc, 1)); + float rds2_carrier_66 = apply_pll(&rds2_pll, get_oscillator_sin_multiplier_ni(&osc, 1), get_oscillator_sin_sample(&rds2_osc)); output[i] += (current_rds2_in*rds2_carrier_66)*RDS2_VOLUME; } }