p5.js-sound
p5.js-sound copied to clipboard
SoundRecorder is not working in safari
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.