0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

this works well

This commit is contained in:
2025-03-23 19:14:19 +01:00
parent 455795dc86
commit 1d2a138982

View File

@@ -416,7 +416,7 @@ int main(int argc, char **argv) {
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
PLL rds2_pll;
init_pll(&rds2_pll, 66500, 4000, 2, 1, sample_rate);
init_pll(&rds2_pll, 66500, 1, 2, 1, sample_rate);
// #endregion
signal(SIGINT, stop);