leave audio params at default to see if it addresses safari playback issues

This commit is contained in:
n8fr8 2021-12-06 09:01:30 -05:00
parent faf581ebd9
commit 3e38c2c7e4

View file

@ -345,9 +345,6 @@ export default {
this.recorder = RecordRTC(stream, { this.recorder = RecordRTC(stream, {
type: "audio", type: "audio",
mimeType: "audio/webm", mimeType: "audio/webm",
sampleRate: 16000,
desiredSampRate: 16000,
numberOfAudioChannels: 1,
}); });
this.recorder.startRecording(); this.recorder.startRecording();
this.state = State.RECORDING; this.state = State.RECORDING;