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

i hate this with a passion

This commit is contained in:
2025-01-31 19:27:22 +01:00
parent 2283f5c0ca
commit a2217ecb5e
3 changed files with 17 additions and 50 deletions

View File

@@ -396,7 +396,7 @@ int main(int argc, char **argv) {
DelayLine monoDelay; // Hilbert introduces a delay, this should be here to sync the mono with stereo to a sample
init_delay_line(&monoDelay, (HILBERT_TAPS-1)/2);
BiquadFilter preemp_l, preemp_r;
ResistorCapacitor preemp_l, preemp_r;
init_preemphasis(&preemp_l, preemphasis_tau, SAMPLE_RATE);
init_preemphasis(&preemp_r, preemphasis_tau, SAMPLE_RATE);