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

some lpf changes

This commit is contained in:
2025-03-27 18:53:49 +01:00
parent a9b53484b3
commit 3b1941038e
3 changed files with 21 additions and 21 deletions

View File

@@ -414,7 +414,7 @@ int main(int argc, char **argv) {
init_preemphasis(&preemp_l, preemphasis_tau, sample_rate);
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
FIR lpf_l, lpf_r;
LPFFilter lpf_l, lpf_r;
init_lpf(&lpf_l, 15000, sample_rate);
init_lpf(&lpf_r, 15000, sample_rate);