更新 'src/Network/fgcom.cxx'

This commit is contained in:
zhongjin 2022-12-01 00:01:37 +08:00
parent 63ed923418
commit 14326a19db

View File

@ -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_output_level_set(1.0);
iaxc_millisleep(300); iaxc_millisleep(300);
// Do the first call at start // 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 初始化完成"); SG_LOG(SG_SOUND, SG_ALERT, "FGCom: postinit 初始化完成");