mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
kinda change the agc
This commit is contained in:
@@ -15,8 +15,9 @@ typedef struct {
|
||||
float attackCoef;
|
||||
float releaseCoef;
|
||||
|
||||
float rms_buffer;
|
||||
float rmsBuffer;
|
||||
float rmsAlpha;
|
||||
float rmsBeta;
|
||||
} AGC;
|
||||
|
||||
void initAGC(AGC* agc, int sampleRate, float targetLevel, float minGain, float maxGain, float attackTime, float releaseTime);
|
||||
|
||||
Reference in New Issue
Block a user