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