mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-31 16:59:16 +02:00
speed up agc (in performance, not audio levels)
This commit is contained in:
+1
-1
@@ -19,4 +19,4 @@ typedef struct {
|
||||
} AGC;
|
||||
|
||||
void initAGC(AGC* agc, int sampleRate, float targetLevel, float minGain, float maxGain, float attackTime, float releaseTime);
|
||||
float process_agc_stereo(AGC* agc, float left, float right, float *right_out);
|
||||
float process_agc(AGC* agc, float sidechain);
|
||||
Reference in New Issue
Block a user