Clément FOUREL

Results 1 issues of Clément FOUREL

on Safari 12.0, the audio context is in "suspended" state by default, and requires a click to be resumed: ```var AudioContext = window.AudioContext || window.webkitAudioContext; var context = new AudioContext();...