Skip to content

Commit 7762900

Browse files
DSheirerDennis Sheirer
andauthored
#1548 Reduces default decoder AF gain by 40% to resolve issue with distorted audio from local strong aircraft transmissions. (#1559)
Co-authored-by: Dennis Sheirer <[email protected]>
1 parent ca7916f commit 7762900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/dsheirer/module/decode/am/AMDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*/
3030
public class AMDecoder extends SquelchingAnalogDecoder
3131
{
32-
private static final float DEMODULATOR_GAIN = 250.0f;
32+
private static final float DEMODULATOR_GAIN = 150.0f;
3333
private static final float SQUELCH_ALPHA_DECAY = 0.0004f;
3434
private static final float MINIMUM_GAIN = 0.5f;
3535
private static final float MAXIMUM_GAIN = 16.0f;

0 commit comments

Comments
 (0)