muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.58k stars 1.76k forks source link

Web Audio API ScriptpProcessor Node - StereoAudioRecorder #487

Open isdm-solutions opened 5 years ago

isdm-solutions commented 5 years ago

Hi All / Muaz,

https://developer.mozilla.org/en-US/docs/Web/API/ScriptProcessorNode I'm aware that the ScriptProcessor Node of the Web Audio API is currently / still in deprecated mode and the new alternative is the Audio Worklet node.

Can anyone confirm if the StereoAudioRecorder library uses the ScriptProcessor node? If so, is there any future works in planning to implement the Audio Worklet for future deployments?

vin-ni commented 3 years ago

Would love to see the Audio Worklet implemented :)

khalo-sa commented 3 years ago

Yes indeed, @muaz-khan is this on your agenda?