From 70690f64c59dd528f70794d0b904dc5e90291c17 Mon Sep 17 00:00:00 2001 From: Hk-Gosuto Date: Sun, 24 Mar 2024 23:45:13 +0800 Subject: [PATCH] fix: #234 --- app/utils/speech.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/speech.ts b/app/utils/speech.ts index c6af32032..06883d703 100644 --- a/app/utils/speech.ts +++ b/app/utils/speech.ts @@ -62,7 +62,7 @@ export class OpenAITranscriptionApi extends SpeechApi { // this.audioChunks.push(event.data); // }); - this.mediaRecorder.start(); + this.mediaRecorder.start(1000); this.listeningStatus = true; }