mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 19:04:28 +00:00
fix final recording broken by pause button
This commit is contained in:
2
dist/vue-audio-recorder.min.js
vendored
2
dist/vue-audio-recorder.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/vue-audio-recorder.min.js.map
vendored
2
dist/vue-audio-recorder.min.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -39,7 +39,7 @@ export default class {
|
|||||||
.catch(this._micError.bind(this))
|
.catch(this._micError.bind(this))
|
||||||
this.isPause = false
|
this.isPause = false
|
||||||
this.isRecording = true
|
this.isRecording = true
|
||||||
this.lameEncoder = new Encoder({
|
if (!this.lameEncoder) this.lameEncoder = new Encoder({
|
||||||
bitRate : this.bitRate,
|
bitRate : this.bitRate,
|
||||||
sampleRate : this.sampleRate
|
sampleRate : this.sampleRate
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user