streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

Deprecation: ScriptProcessorNode #181

Open niente0 opened 3 years ago

niente0 commented 3 years ago

Hi, when using this library in Chrome, I get the following message:

MediaStreamRecorder.js:1635 [Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)

Could you please update your library before it doesn't work anymore? Thank you!!