Skip to content

Commit

Permalink
Increased the audio gain by 6dB
Browse files Browse the repository at this point in the history
  • Loading branch information
sm0svx committed Jul 20, 2014
1 parent 7b791b6 commit 4640e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svxlink/trx/Ddr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ namespace {
: iold(1.0f), qold(1.0f),
audio_dec(2, coeff_dec_32k_16k, coeff_dec_32k_16k_cnt)
{
audio_dec.adjustGain(-6);
//audio_dec.adjustGain(-6);
}

void iq_received(vector<WbRxRtlTcp::Sample> samples)
Expand Down

0 comments on commit 4640e51

Please sign in to comment.