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

LibWeb: Prevent AudioBuffer data being copied to or from a shared buffer #3298

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tcl3
Copy link
Member

@tcl3 tcl3 commented Jan 18, 2025

The spec steps for copyFromChannel() or copyToChannel() don't explicitly prohibit this, but the acquire the content steps are used to prevent altering the data of an active buffer - using a shared buffer circumvents this mechanism.

Relevant issue: WebAudio/web-audio-api#2565

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.

1 participant