sonicnet.js icon indicating copy to clipboard operation
sonicnet.js copied to clipboard

Doesn't work in latest Chrome

Open lastmjs opened this issue 6 years ago • 0 comments

window.audioContext does not exist in the latest Chrome, it's window.AudioContext. Also, in the built file there are still requires everywhere...it would be nice if the build was standard JavaScript meant for the browser, either without requires and already bundled, or using ES modules. This looks like a cool project, if it were modernized a bit I could work with it more easily. Thanks!

lastmjs avatar Oct 28 '17 17:10 lastmjs