This commit is contained in:
2025-08-02 18:14:24 +02:00
parent 55981533b8
commit a7a3b49452
4 changed files with 8 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#pragma once
#include <math.h>
#include <stdint.h>
typedef struct {
float targetLevel;
@@ -11,7 +12,7 @@ typedef struct {
float currentGain;
float currentLevel;
int sampleRate;
uint32_t sampleRate;
float attackCoef;
float releaseCoef;