mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-29 15:59:14 +02:00
fix
This commit is contained in:
@@ -126,7 +126,7 @@ int main() {
|
|||||||
#ifdef PREEMPHASIS
|
#ifdef PREEMPHASIS
|
||||||
Emphasis preemp_l, preemp_r;
|
Emphasis preemp_l, preemp_r;
|
||||||
init_emphasis(&preemp_l, PREEMPHASIS_TAU, SAMPLE_RATE);
|
init_emphasis(&preemp_l, PREEMPHASIS_TAU, SAMPLE_RATE);
|
||||||
init_emphasis(&premp_r, PREEMPHASIS_TAU, SAMPLE_RATE);
|
init_emphasis(&preemp_r, PREEMPHASIS_TAU, SAMPLE_RATE);
|
||||||
#endif
|
#endif
|
||||||
#ifdef LPF
|
#ifdef LPF
|
||||||
LowPassFilter lpf_l, lpf_r;
|
LowPassFilter lpf_l, lpf_r;
|
||||||
|
|||||||
Reference in New Issue
Block a user