mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
optimize or just clean up
This commit is contained in:
@@ -16,6 +16,7 @@ typedef struct {
|
||||
float releaseCoef;
|
||||
|
||||
float rms_buffer;
|
||||
float rmsAlpha;
|
||||
} AGC;
|
||||
|
||||
void initAGC(AGC* agc, int sampleRate, float targetLevel, float minGain, float maxGain, float attackTime, float releaseTime);
|
||||
|
||||
Reference in New Issue
Block a user