regl icon indicating copy to clipboard operation
regl copied to clipboard

Microphone example: AudioContext not supported in Safari

Open psychobolt opened this issue 7 years ago • 0 comments

https://github.com/regl-project/regl/blob/53627d98f5b8e4df5ce42b63064a5b56f11baed9/example/microphone.js#L17

AudioContext is not supported on all browsers. Use cross-browser library: https://www.npmjs.com/package/standardized-audio-context

psychobolt avatar Aug 18 '18 17:08 psychobolt