Oren Shoham
Oren Shoham
Hi @erichlof, thanks for reporting this! Were you serving your page over HTTP or HTTPS, or via localhost? Chrome for Android does support the AudioWorklet API, but only on pages...
@therewasaguy It looks like there's an [issue](https://github.com/GoogleChromeLabs/audioworklet-polyfill/issues/19) and [an open pull request](https://github.com/GoogleChromeLabs/audioworklet-polyfill/pull/20) on the AudioWorklet polyfill from April 2019 addressing this problem, but the maintainers of the repository haven't merged...
@erichlof No problem! How did you access your localhost server from your Android device? Were you using Android's [port forwarding over USB](https://developers.google.com/web/tools/chrome-devtools/remote-debugging/local-server)? As a workaround for the time being, I'd...
Hi! I just came across this project today, and it looks awesome! I'd really like to use this in order to support using ISF shaders in a WebGL project that...