mirror of
https://github.com/kevin-DL/vue-audio-recorder.git
synced 2026-01-22 15:25:19 +00:00
Add WAV support
This commit is contained in:
@@ -348,7 +348,8 @@
|
||||
pauseRecording : this.pauseRecording,
|
||||
micFailed : this.micFailed,
|
||||
bitRate : this.bitRate,
|
||||
sampleRate : this.sampleRate
|
||||
sampleRate : this.sampleRate,
|
||||
format : this.format
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user