Made for the live performance of "1000 HÆNDER" by Elsked
- You must serve the files from a server. I use http-server for this. You can install it with
npm install -g http-server
and then run it withhttp-server -c-1
. The-c-1
flag disables caching. - Navigate to
localhost:8080
in your browser. You should see the sketch running. - Allow the browser to access your microphone. You should see the dots moving around in response to the audio input.