lissajous
lissajous copied to clipboard
New Chrome autoplay policy blocks lissajous context
New users in Chrome are likely to encounter the following:

context.js:7 The AudioContext was not allowed to start.
It must be resumed (or created) after a user gesture on the page.
https://goo.gl/7K7WLu
(anonymous) @ context.js:7
This is a result of changes to the Chrome audio policy.
If you encounter this issue, you can re-enable the lissajous web audio context with:
context.resume()
before beginning your performance.