leave audio params at default to see if it addresses safari playback issues
This commit is contained in:
parent
faf581ebd9
commit
3e38c2c7e4
1 changed files with 1 additions and 4 deletions
|
|
@ -345,9 +345,6 @@ export default {
|
|||
this.recorder = RecordRTC(stream, {
|
||||
type: "audio",
|
||||
mimeType: "audio/webm",
|
||||
sampleRate: 16000,
|
||||
desiredSampRate: 16000,
|
||||
numberOfAudioChannels: 1,
|
||||
});
|
||||
this.recorder.startRecording();
|
||||
this.state = State.RECORDING;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue