Open yishengjiang99 opened 3 years ago
This is for IPC between user facing main thread that receives those events, and audio thread.
right now we do postMessage which gets fed directly into WASM. its alright but I can FEEL the latency. it's not great.
I did prototype on shared-arraybuffer that updates shared memory on main thread and it feels ok.
This is for IPC between user facing main thread that receives those events, and audio thread.
right now we do postMessage which gets fed directly into WASM. its alright but I can FEEL the latency. it's not great.
I did prototype on shared-arraybuffer that updates shared memory on main thread and it feels ok.