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

AudioWorklet (Naive draft) #826

Closed
wants to merge 8 commits into from
Closed

AudioWorklet (Naive draft) #826

wants to merge 8 commits into from

Conversation

anvlkv
Copy link

@anvlkv anvlkv commented Jan 29, 2024

This draft proposes an approach to implementing webaudio host using audio worklet node #663 .

NB: The wasm-beep doesn't sound right, yet.

It doesn't require the end user to compile with any additional flags, but instead handles Atomics in js code.

It uses SharedArrayBuffer which means that the user of the crate will have to set these headers

'Cross-Origin-Opener-Policy': 'same-origin'
'Cross-Origin-Embedder-Policy': 'require-corp'

@anvlkv anvlkv closed this Feb 10, 2024
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