From 2bef823b07c2768e6a7ff79e60ba544af18571c5 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 29 Oct 2023 17:20:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'utils/fgcom/fgcom=5Fexter?= =?UTF-8?q?nal.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/fgcom/fgcom_external.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fgcom/fgcom_external.cxx b/utils/fgcom/fgcom_external.cxx index efc966d..d2f6fa9 100644 --- a/utils/fgcom/fgcom_external.cxx +++ b/utils/fgcom/fgcom_external.cxx @@ -588,7 +588,7 @@ bool lib_init() iaxc_set_filters(IAXC_FILTER_AGC | IAXC_FILTER_DENOISE); iaxc_set_event_callback(iaxc_callback); iaxc_start_processing_thread (); -// lib_setSilenceThreshold(_silenceThd); + lib_setSilenceThreshold(_silenceThd); iaxc_input_level_set(0.0); iaxc_output_level_set(0.8);