-
AudioWorket was released with Chrome 66 and may be especially useful to this demo:
https://developers.google.com/web/updates/2017/12/audio-worklet
-
Hi, I'm curious what the challenges to move forward with emscripten threading.
As of today:
> Emscripten has support for multithreading using SharedArrayBuffer in browsers. That API allows shari…
-
**Is your feature request related to a problem? Please describe:**
HTML5 builds are more likely than native platforms to have audio stuttering / glitches due to audio being processed in the main thre…
-
This is a cool project, I tried to use it, but found that it seems to causes high CPU usage, it would be even better if the algorithm can be improved :)
![image](https://github.com/olvb/phaze/asset…
-
My application was built with create-react-app, which uses react-scripts to hide the webpack config behind the scenes and this appears to be causing issues when trying to follow your guide for react-v…
-
### What problem are you trying to solve?
A way to clean up multi-threaded Wasm resources when a worklet is garbage collected or otherwise finished/closed.
One way to currently do this with dedica…
-
Working with encoded frames from worklets, particularly RTCEncodedAudioFrames from AudioWorklets, would be very useful for apps, allowing them to choose the best execution environment for encoded medi…
-
After adding `added 1567 packages from 1550 contributors and audited 1571 packages in 43.417s`....
405M recorder-audio-worklet
394M recorder-audio-worklet-processor
when it finally sends …
-
I have a use-case where I want to run a wasm module from within an audio worklet in a similar way to what's described here:
https://developer.chrome.com/blog/audio-worklet-design-pattern/#setting-up
…
-
Hi,
I'm writing to ask if you would be open to a PR adding support for other types of worker-like constructs such as Worklets. There are several other constructs that require an almost identical se…