even more

This commit is contained in:
2024-12-30 22:57:34 +01:00
parent e4404537ed
commit 4847edcd59
+1 -1
View File
@@ -106,7 +106,7 @@ float apply_pre_emphasis(PreEmphasis *pe, float sample) {
pe->x1 = sample;
pe->y1 = y;
return y/6; //its so loud
return y/16; //its so loud
}
#endif