chrisguttandin / extendable-media-recorder

An extendable drop-in replacement for the native MediaRecorder.
MIT License
258 stars 13 forks source link

Blob is not defined #661

Closed aquorio15 closed 2 years ago

aquorio15 commented 2 years ago

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
aquorio15 commented 2 years ago

error

Screenshot 2022-03-25 234556
chrisguttandin commented 2 years ago

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.