From 14326a19db6956c98bf7f5cdd1e43b68e3754cff Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 1 Dec 2022 00:01:37 +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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index 3c39001..58e0299 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -365,16 +365,18 @@ void FGCom::postinit() } */ - iaxc_input_level_set(0.0); + iaxc_input_level_set(0.5); iaxc_output_level_set(1.0); iaxc_millisleep(300); // Do the first call at start - setupCommFrequency(); +// setupCommFrequency(); - connectToCommFrequency(); +// connectToCommFrequency(); + + iaxc_call(guest:guest@fgcom.jingweiht.com/01118300); SG_LOG(SG_SOUND, SG_ALERT, "FGCom: postinit 初始化完成");