wavesurfer-record-plugin-wav
v1.0.3
Published
  
record = wavesurfer.registerPlugin(RecordPlugin.create({
mimeType: "audio/wav",
}))See the example usage here - https://wavesurfer.xyz/examples/?record.js
Caveats
Because extendable-media-recorder does not support MediaRecorder.requestData (MDN) function the RecordPlugin.pause() will not function properly. I've left it in for parity but it noops.
