From c192cbac591225d8957ab13c42408be250542e6b Mon Sep 17 00:00:00 2001 From: kola-web Date: Thu, 7 Nov 2024 15:08:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E6=A0=B7=E7=8E=87=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customRecord/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/customRecord/index.ts b/src/components/customRecord/index.ts index c6f2159..d2e9923 100644 --- a/src/components/customRecord/index.ts +++ b/src/components/customRecord/index.ts @@ -49,6 +49,7 @@ Component({ }); recorderManager?.start({ format: "mp3", + sampleRate: 16000, }); }, handleHide() {