i want to use p5.js to visualize microphone input within a browser(better be chrome).
However, the web audio api https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html drives me crazy cuz it's quite complicated.
i just want to use the sound's amplitude to control the drawing in p5. Just that simple.
Does anybody know if there is any related code sample?
Many thanks.