publiclab / webjack

a JavaScript library that uses an audio software modem to communicate with an Arduino via a headphone jack
https://webjack.io
GNU General Public License v3.0
136 stars 26 forks source link

ReferenceError: webkitAudioContext is not defined #199

Open selevo opened 3 years ago

selevo commented 3 years ago

android chrome 91 test page: https://editor.p5js.org/jywarren/sketches/rkztwSt8M

ReferenceError: webkitAudioContext is not defined at Class.init (https://webjack.io/dist/webjack.js:663:44)

at new Class (https://webjack.io/dist/webjack.js:63:19)

at (anonymous function) (https://jywarren.github.io/p5-webjack/lib.js:15:20)

at (anonymous function) (https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/addons/p5.sound.min.js:24:4838)