This commit is contained in:
e2002
2025-01-22 17:58:23 +03:00
parent 3f5562b4c7
commit f60432a605
7 changed files with 26 additions and 12 deletions

View File

@@ -4733,7 +4733,7 @@ void Audio::IIR_calculateCoefficients(int8_t G0, int8_t G1, int8_t G2){ // Infi
if(G2 < -40) G2 = -40;
if(G2 > 6) G2 = 6;
const float FcLS = 500; // Frequency LowShelf[Hz]
const float FcLS = 80; // Frequency LowShelf[Hz] //500
const float FcPKEQ = 3000; // Frequency PeakEQ[Hz]
const float FcHS = 6000; // Frequency HighShelf[Hz]