mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
what?
This commit is contained in:
5
.vscode/.server-controller-port.log
vendored
Normal file
5
.vscode/.server-controller-port.log
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"port": 13452,
|
||||
"time": 1742673002809,
|
||||
"version": "0.0.3"
|
||||
}
|
||||
@@ -491,7 +491,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 = get_oscillator_cos_multiplier_ni(&osc, 3.5f); // 66.5 KHz
|
||||
float rds2_carrier_66 = get_oscillator_sin_multiplier_ni(&osc, 3.5f); // 66.5 KHz
|
||||
output[i] += (current_rds2_in*rds2_carrier_66)*RDS2_VOLUME;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user