mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-25 15:10:17 +09:00
fix: #234
This commit is contained in:
parent
488b23cdad
commit
70690f64c5
@ -62,7 +62,7 @@ export class OpenAITranscriptionApi extends SpeechApi {
|
||||
// this.audioChunks.push(event.data);
|
||||
// });
|
||||
|
||||
this.mediaRecorder.start();
|
||||
this.mediaRecorder.start(1000);
|
||||
this.listeningStatus = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user