diff --git a/ambed/cvocodecchannel.cpp b/ambed/cvocodecchannel.cpp index 42c3bf8..382c04d 100644 --- a/ambed/cvocodecchannel.cpp +++ b/ambed/cvocodecchannel.cpp @@ -95,7 +95,7 @@ uint8 CVocodecChannel::GetCodecOut(void) const void CVocodecChannel::ApplyAGC(CVoicePacket& voicePacket) { m_AGC.Apply(voicePacket.GetVoice(), voicePacket.GetVoiceSize()); - std::cout << "Gain : " << m_AGC.GetGain() << "\n"; + //std::cout << "Gain : " << m_AGC.GetGain() << "\n"; } ////////////////////////////////////////////////////////////////////////////////////////