mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
this lpf?
This commit is contained in:
@@ -415,8 +415,8 @@ int main(int argc, char **argv) {
|
||||
init_preemphasis(&preemp_r, preemphasis_tau, sample_rate);
|
||||
|
||||
Biquad lpf_l, lpf_r;
|
||||
init_chebyshev_lpf(&lpf_l, sample_rate, 15000, 1.0f, 10);
|
||||
init_chebyshev_lpf(&lpf_r, sample_rate, 15000, 1.0f, 10);
|
||||
init_lpf(&lpf_l, sample_rate, 15000);
|
||||
init_lpf(&lpf_r, sample_rate, 15000);
|
||||
|
||||
signal(SIGINT, stop);
|
||||
signal(SIGTERM, stop);
|
||||
|
||||
Reference in New Issue
Block a user