From 928b311ef7694cd9d8cbb6693aa6029dbed608f0 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 22 Oct 2022 16:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Network/fgcom.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Network/fgcom.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index 8e70a2f..d0ab8d0 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -567,8 +567,7 @@ void FGCom::valueChanged(SGPropertyNode *prop) SG_LOG(SG_SOUND, SG_INFO, "FGCom: PTT active: " << _currentCallFrequency); } else { - //iaxc_output_level_set(getCurrentCommVolume()); - iaxc_output_level_set(0.9); + iaxc_output_level_set(getCurrentCommVolume()); iaxc_input_level_set(0.0); SG_LOG(SG_SOUND, SG_INFO, "FGCom: PTT release: " << _currentCallFrequency << " vol=" << getCurrentCommVolume()); _mpTransmitFrequencyNode->setValue(0);