emscripten-core / emscripten-core/emscripten
It would be great if Offscreen canvas and Audioworklet can work at the same time
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
This is maybe more a wish than an issue, because AudioWorklets are not officially implemented yet.
But AudioWorklet works (with two different AudioWorklet branches), and offscreen canvas (with PROXY_TO_PTHREADS) works (both with Open Frameworks and Emscripten), just not together, because an AudioWorklet cant be created in a worker. Maybe the AudioWorklet could communicate with the main thread like it the offscreen canvas does?
Contributor guide
Assessment
This issue has not been assessed yet.