From 080ccd11c4d198dfa72bdd7e4fe71e2d29ff6d8c Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 14 Sep 2024 18:31:34 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=B0=83=E6=95=B4=E9=87=87?= =?UTF-8?q?=E6=A0=B7=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index 9e62a4b4c..3784368d4 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -812,7 +812,7 @@ const startRecording = async () => { mediaRecorder.value = new Recorder({ type: 'mp3', bitRate: 128, - sampleRate: 44100 + sampleRate: 16000 }) mediaRecorder.value.open(