mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-11 10:54:26 +00:00
Merge pull request #17 from antoniohof/master
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))
|
||||
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