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, {
|
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;
|
||||||
|
|
@ -477,4 +474,4 @@ export default {
|
||||||
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue