From ef8e9641ed6d78f8c87cb7403f5586a8edf0843f Mon Sep 17 00:00:00 2001 From: yj <1336058017@qq.com> Date: Wed, 18 Sep 2024 12:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=99=8D?= =?UTF-8?q?=E5=99=AA=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.tsx | 2 +- src/components/StupWizard/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 748d007..fd71f73 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -121,7 +121,7 @@ const App: React.FC = () => { isShareSavePath: true, //是否下载钱询问每个文件保存的位置 closeSetting: 'hide', //关闭按钮设置 isAINoiseReduction: true, //是否开启ai降噪 - aINoiseReduction: 0, // 降噪模式 + aINoiseReduction: 1, // 降噪模式 })) } }, []) diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index f6a7b82..610a1c7 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -244,7 +244,7 @@ const AudioComponents = () => { ecordingVolume: 0, autoEcordingVolume: true, isAINoiseReduction: true, - aINoiseReduction: 0 + aINoiseReduction: 1 }); const setting = JSON.parse(storage.getItem('setting') as string) useEffect(() => {