This website works better with JavaScript.
Home
Help
Register
Sign In
pd0mz
/
eth_ar
mirror of
http://dmlinking.net/~pe1rxq/eth_ar.git/
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Use the right index
master
Jeroen Vreeken
9 months ago
parent
fca226e562
commit
8c821ec41c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
emphasis.c
+ 1
- 1
emphasis.c
View File
@ -105,7 +105,7 @@ int emphasis_prede_48_gain(struct emphasis *emphasis, int16_t *sound, int nr, do
sample
*
=
gain
;
float
f
=
emphasis
-
>
prev_de
;
float
absf
=
fabsf
(
i
)
/
100
;
float
absf
=
fabsf
(
f
)
/
100
;
f
=
f
*
(
1.0
-
absf
)
;
f
+
=
sample
/
32
;
Write
Preview
Loading…
Cancel
Save