p5.js-sound icon indicating copy to clipboard operation
p5.js-sound copied to clipboard

SoundRecorder is not working in safari

Open satyasaibhushan opened this issue 4 years ago • 0 comments

While working on #628 I I've found out that this example is not working in safari.

Upon inspection, I've found out that recorderProcessor is using AudioWorkletProcessor which is not compatible with the safari browser.

If we expect p5.sound to run in safari, this will be a fatal flaw and the AudioWorkletProcessor should be replaced.

satyasaibhushan avatar Jun 23 '21 16:06 satyasaibhushan