kylestetz / lissajous

:musical_note: A tool for programmatic audio performance in the browser using Javascript.

Home Page:http://lissajousjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Chrome autoplay policy blocks lissajous context

j6k4m8 opened this issue · 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.