We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
parameters
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
Currently the description says: https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-process
A map of string keys and associated Float32Arrays. parameters["name"] corresponds to the automation values of the AudioParam named "name".
The term map here can be confusing, because this is not an ES6 Map. A set of key-value pairs, or we could say an "associative array".
map
The text was updated successfully, but these errors were encountered:
Actually, we can simply use this link: https://infra.spec.whatwg.org/#maps
Also perhaps it's better to use the WebIDL Record type.
Sorry, something went wrong.
hoch
Successfully merging a pull request may close this issue.
Currently the description says:
https://www.w3.org/TR/webaudio/#dom-audioworkletprocessor-process
The term
map
here can be confusing, because this is not an ES6 Map. A set of key-value pairs, or we could say an "associative array".The text was updated successfully, but these errors were encountered: