mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 08:19:14 +02:00
refactor filter functions and update FM modulator logic
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ typedef struct
|
||||
{
|
||||
float frequency;
|
||||
float deviation;
|
||||
Oscillator osc;
|
||||
float osc_phase;
|
||||
float sample_rate;
|
||||
} FMModulator;
|
||||
|
||||
void init_fm_modulator(FMModulator *fm, float frequency, float deviation, float sample_rate);
|
||||
|
||||
Reference in New Issue
Block a user