mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-07-30 16:29:15 +02:00
changes here and there
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ void initAGC(AGC* agc, int sampleRate, float targetLevel, float minGain, float m
|
||||
agc->currentLevel = 0.0f;
|
||||
|
||||
agc->rms_buffer = 0.0f;
|
||||
agc->rmsAlpha = expf(-1.0f / (sampleRate * 0.04f));
|
||||
agc->rmsAlpha = expf(-1.0f / (sampleRate * 0.02f));
|
||||
}
|
||||
|
||||
float process_agc(AGC* agc, float sidechain) {
|
||||
|
||||
Reference in New Issue
Block a user