chrisguttandin/extendable-media-recorder

Blob is not defined

Closed this issue · 2 comments

I am trying to record wav files but i am facing an error "Blob is not defined"
app.js
Screenshot 2022-03-25 233100
html file
Screenshot 2022-03-25 233248

error
Screenshot 2022-03-25 234556

Hi @aquorio15, using this package with Node.js is not supported. It's not only the Blob that is missing. There is also no MediaRecorder, no MediaStream and no Web Audio API in Node.js.

I'll hope you find an alternative that works with Node.js.