0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-27 11:33:54 +01:00

course doesnt work

This commit is contained in:
2025-06-21 14:12:27 +02:00
parent 5a03d06508
commit e2a8f6c8f4

View File

@@ -441,7 +441,7 @@ int main(int argc, char **argv) {
for(int stream = 0; stream < rds_streams; stream++) { for(int stream = 0; stream < rds_streams; stream++) {
uint8_t osc_stream = 12+stream; uint8_t osc_stream = 12+stream;
if(osc_stream == 13) osc_stream++; // 61.75 KHz is not used, idk why but would be cool if it was if(osc_stream == 13) osc_stream++; // 61.75 KHz is not used, idk why but would be cool if it was
mpx += (rds_in[rds_streams*i+stream]*get_oscillator_cos_multiplier_ni(&osc, osc_stream)) * (RDS_VOLUME * powf(RDS_VOLUME_STEP, stream - 1)); mpx += (rds_in[rds_streams*i+stream]*get_oscillator_cos_multiplier_ni(&osc, osc_stream)) * (RDS_VOLUME * powf(RDS_VOLUME_STEP, stream));
} }
} }
if(mpx_on) mpx += mpx_in[i]; if(mpx_on) mpx += mpx_in[i];