mirror of
https://github.com/ShaYmez/xlxd.git
synced 2025-09-04 14:17:50 -04:00
Remove debug information ouput
This commit is contained in:
parent
f01c44ed53
commit
66eab222c4
@ -95,7 +95,7 @@ uint8 CVocodecChannel::GetCodecOut(void) const
|
|||||||
void CVocodecChannel::ApplyAGC(CVoicePacket& voicePacket)
|
void CVocodecChannel::ApplyAGC(CVoicePacket& voicePacket)
|
||||||
{
|
{
|
||||||
m_AGC.Apply(voicePacket.GetVoice(), voicePacket.GetVoiceSize());
|
m_AGC.Apply(voicePacket.GetVoice(), voicePacket.GetVoiceSize());
|
||||||
std::cout << "Gain : " << m_AGC.GetGain() << "\n";
|
//std::cout << "Gain : " << m_AGC.GetGain() << "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user