use default codecs
This commit is contained in:
parent
b2e5f132b3
commit
81366da733
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ export default {
|
|||
.then((stream) => {
|
||||
this.recorder = RecordRTC(stream, {
|
||||
type: "audio",
|
||||
mimeType: "audio/webm;codecs=pcm",
|
||||
mimeType: "audio/webm",
|
||||
});
|
||||
this.recorder.startRecording();
|
||||
this.state = State.RECORDING;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue