Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak - GC does not clear audio node #6

Open
grahamglover opened this issue Jun 6, 2019 · 0 comments
Open

Memory leak - GC does not clear audio node #6

grahamglover opened this issue Jun 6, 2019 · 0 comments

Comments

@grahamglover
Copy link

Despite:

note.bufferSource.disconnect(0);
note.panner.disconnect(0);
note.gainOutput.disconnect(0);

I am finding in Chrome Task viewer that the browser memory continues to grow with every note played. Only on closing the synth's audio context does this memory get freed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant