mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
also delay pilot
This commit is contained in:
@@ -14,7 +14,8 @@ typedef struct
|
||||
Oscillator* osc;
|
||||
float audio_volume;
|
||||
float pilot_volume;
|
||||
struct delay_line_t delay;
|
||||
delay_line_t delay;
|
||||
delay_line_t delay_pilot;
|
||||
} StereoEncoder;
|
||||
|
||||
void init_stereo_encoder(StereoEncoder *st, uint8_t multiplier, Oscillator *osc, float audio_volume, float pilot_volume);
|
||||
|
||||
Reference in New Issue
Block a user