mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
fix
This commit is contained in:
@@ -122,7 +122,7 @@ int main() {
|
|||||||
|
|
||||||
Oscillator osc_mono, osc_stereo;
|
Oscillator osc_mono, osc_stereo;
|
||||||
init_oscillator(&osc_mono, 68000, SAMPLE_RATE);
|
init_oscillator(&osc_mono, 68000, SAMPLE_RATE);
|
||||||
init_oscillator(&osc_mono, 77000, SAMPLE_RATE);
|
init_oscillator(&osc_stereo, 77000, SAMPLE_RATE);
|
||||||
#ifdef PREEMPHASIS
|
#ifdef PREEMPHASIS
|
||||||
Emphasis preemp_l, premp_r;
|
Emphasis preemp_l, premp_r;
|
||||||
init_emphasis(&preemp_l, PREEMPHASIS_TAU, SAMPLE_RATE);
|
init_emphasis(&preemp_l, PREEMPHASIS_TAU, SAMPLE_RATE);
|
||||||
|
|||||||
Reference in New Issue
Block a user