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
So it looks like AudioContext doesn't exist in workers so if you want to use it from a pthread you would need to proxy those calls back to the main thread. There are several different ways to do that but a good place to start would be https://emscripten.org/docs/porting/pthreads.html#proxying
audioContext() is undefined, if I use PROXY_TO_PTHREAD=1. Maybe it is not proxied to the pthread?
The text was updated successfully, but these errors were encountered: