0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

make preemp quiter

This commit is contained in:
2024-12-30 22:57:07 +01:00
parent e9ba9e42af
commit e4404537ed
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ float apply_pre_emphasis(PreEmphasis *pe, float sample) {
pe->x1 = sample;
pe->y1 = y;
return y/4; //its so loud
return y/6; //its so loud
}
#endif