mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 11:33:54 +01:00
make preemp quiter
This commit is contained in:
2
.vscode/.server-controller-port.log
vendored
2
.vscode/.server-controller-port.log
vendored
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"port": 13452,
|
"port": 13452,
|
||||||
"time": 1735587895200,
|
"time": 1735595794523,
|
||||||
"version": "0.0.3"
|
"version": "0.0.3"
|
||||||
}
|
}
|
||||||
@@ -106,7 +106,7 @@ float apply_pre_emphasis(PreEmphasis *pe, float sample) {
|
|||||||
pe->x1 = sample;
|
pe->x1 = sample;
|
||||||
pe->y1 = y;
|
pe->y1 = y;
|
||||||
|
|
||||||
return y/4; //its so loud
|
return y/6; //its so loud
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user