web-audio-api-rs icon indicating copy to clipboard operation
web-audio-api-rs copied to clipboard

Implement dynamic lifetime of AudioContext

Open orottier opened this issue 1 year ago • 0 comments

https://webaudio.github.io/web-audio-api/#lifetime-AudioContext

So we can close the render thread when there is no control side handle to the context and when there are no nodes present (beside listener, destination, etc)

orottier avatar Apr 04 '24 07:04 orottier