makeabilitylab / p5js

All things p5js for playing, teaching, and experimenting!
https://makeabilitylab.github.io/p5js/
MIT License
17 stars 4 forks source link

Get microphone sketches to work. Fix permission issue #5

Open jonfroehlich opened 3 years ago

jonfroehlich commented 3 years ago

The microphone-based sketches aren't working with Chrome? Permissions issue?

jonfroehlich commented 3 years ago

Works fine in a windowed Chrome browser because this pops up:

image

jonfroehlich commented 3 years ago

Hmm, actually, seems to work inconsistently. Now getting:

p5.sound.min.js:24 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu

image