0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-01-02 19:00:28 +01:00
parent a675a930ca
commit 307fa1d351

View File

@@ -124,7 +124,7 @@ int main() {
init_oscillator(&osc_mono, 68000, SAMPLE_RATE);
init_oscillator(&osc_stereo, 77000, SAMPLE_RATE);
#ifdef PREEMPHASIS
Emphasis preemp_l, premp_r;
Emphasis preemp_l, preemp_r;
init_emphasis(&preemp_l, PREEMPHASIS_TAU, SAMPLE_RATE);
init_emphasis(&premp_r, PREEMPHASIS_TAU, SAMPLE_RATE);
#endif