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; }