From d2d984f3918b84a0924265e5f17ff757ac88b6f7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 29 Oct 2023 17:23:49 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index 47340ab..8bf1aa5 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -277,10 +277,10 @@ void FGCom::postinit() app += _version_node->getStringValue(); iaxc_set_callerid( _callsign_node->getStringValue().c_str(), app.c_str() ); - iaxc_set_formats (IAXC_FORMAT_SPEEX, IAXC_FORMAT_ULAW|IAXC_FORMAT_SPEEX); - //iaxc_set_formats (IAXC_FORMAT_GSM, IAXC_FORMAT_ULAW|IAXC_FORMAT_GSM); + //iaxc_set_formats (IAXC_FORMAT_SPEEX, IAXC_FORMAT_ULAW|IAXC_FORMAT_SPEEX); + iaxc_set_formats (IAXC_FORMAT_GSM, IAXC_FORMAT_ULAW|IAXC_FORMAT_GSM); - iaxc_set_speex_settings(1, 5, 0, 1, 0, 3); + //iaxc_set_speex_settings(1, 5, 0, 1, 0, 3); //iaxc_set_speex_settings(1,-1,-1,0,8000,3); /*