mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
even more
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user