更新 'src/Network/fgcom.cxx'

next
zhongjin 2 years ago
parent 8ce0f8300d
commit 928b311ef7

@ -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);

Loading…
Cancel
Save