mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-18 05:35:12 +00:00
fix final recording broken by pause button
This commit is contained in:
@@ -39,7 +39,7 @@ export default class {
|
||||
.catch(this._micError.bind(this))
|
||||
this.isPause = false
|
||||
this.isRecording = true
|
||||
this.lameEncoder = new Encoder({
|
||||
if (!this.lameEncoder) this.lameEncoder = new Encoder({
|
||||
bitRate : this.bitRate,
|
||||
sampleRate : this.sampleRate
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user