You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: