lissajous icon indicating copy to clipboard operation
lissajous copied to clipboard

New Chrome autoplay policy blocks lissajous context

Open j6k4m8 opened this issue 6 years ago • 0 comments

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

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.

j6k4m8 avatar Feb 09 '19 16:02 j6k4m8