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(() => {