-
Notifications
You must be signed in to change notification settings - Fork 4
Web support #21
Copy link
Copy link
Open
Labels
B-WASMIssues regarding the WASM backendIssues regarding the WASM backendP-WebIssues and PRs targetting the WebIssues and PRs targetting the WebfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
B-WASMIssues regarding the WASM backendIssues regarding the WASM backendP-WebIssues and PRs targetting the WebIssues and PRs targetting the WebfeatureNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
StatusShow more project fields
Todo
Problem Statement
Add support for Web Audio.
Proposed Solution
It's unclear what the solution should be.
There are two approaches:
However,
SharedArrayBuffers are not available unless a specific security context is active; in practice, unless the user can configure the headers the HTTP server sends with the payload that will instanciate the module, this is not available to us.This approach is available everywhere, and has been used in other projects, but is the cause of performance issues on the web.
Checklist