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: Begin implementing AudioBuffer #24108

Merged
merged 4 commits into from
Apr 25, 2024

Conversation

shannonbooth
Copy link
Member

@shannonbooth shannonbooth commented Apr 25, 2024

Work towards OfflineAudioContext (#22902)

And also further work towards #23632

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 25, 2024
My clangd was (rightly) complaining that this include was missing.
This was just a trival FIXME to resolve as I was in the area.
The spec doesn't tell us the exact value to use, but a minumum & maximum
range of supported values. Just to be consistent with another browser,
we follow the values that firefox appears to support from testing the
interface on my machine.

This function will be used in the AudioBuffer constructor, but is
defined in the spec as part of BaseAudioContext.
Implement the constructor and getChannelData function, working towards
the functionality that we need in order to implement
OfflineAudioContext.
@trflynn89 trflynn89 merged commit 0c8a98a into SerenityOS:master Apr 25, 2024
13 checks passed
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Apr 25, 2024
@shannonbooth shannonbooth deleted the audio-buffer-beginnings branch April 26, 2024 00:00
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.

None yet

2 participants