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

Remove options from the AudioWorkletProcessor constructor #2102

Merged
merged 2 commits into from
Nov 22, 2019

Conversation

hoch
Copy link
Member

@hoch hoch commented Nov 20, 2019

Fixes #2044.

cc @karlt


Preview | Diff

Copy link
Member

@rtoy rtoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might also need to update https://webaudio.github.io/web-audio-api/#dictdef-audioworkletnodeoptions since the first paragraph says it's used with AudioWorkletProcessor.

@hoch
Copy link
Member Author

hoch commented Nov 20, 2019

Technically it is indirectly used with AWP. options is a part of processor construction data:
https://webaudio.github.io/web-audio-api/#processor-construction-data

@rtoy
Copy link
Member

rtoy commented Nov 20, 2019

Yes, but the way its phrased makes it sound like the developer can give it directly to the processor constructor. That's not possible now, IIUC.

@hoch
Copy link
Member Author

hoch commented Nov 22, 2019

@rtoy Done. Could you take one more look?

@hoch hoch merged commit 2f03431 into WebAudio:master Nov 22, 2019
@hoch hoch deleted the 2044-awp-idl branch March 10, 2021 16:03
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.

Remove options parameter from AudioWorkletProcessor constructor WebIDL
2 participants