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

cleanup audio context on unmount #23

Merged
merged 3 commits into from
Sep 7, 2024

Conversation

stephenarra
Copy link
Contributor

Close audio context on unmount.

We ran into issues with the library leaving audio contexts open, eventually causing other audio contexts on the page to stop working properly. The current logic around closing the audio context did not kick off for us as we pause, then stop the media recorder.

Co-authored-by: Samhir Tarif <89391183+samhirtarif@users.noreply.github.com>
@paschaldev
Copy link

@samhirtarif Need this merged in 🙏🏾

@samhirtarif samhirtarif merged commit a0dc505 into samhirtarif:master Sep 7, 2024
1 check failed
@samhirtarif
Copy link
Owner

@paschaldev merged and published
Fix available in v1.2.0

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

Successfully merging this pull request may close these issues.

3 participants