use default codecs

This commit is contained in:
n8fr8 2021-12-06 15:45:09 -05:00
parent b2e5f132b3
commit 81366da733

View file

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