-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Resources:
- design pattern: https://developer.chrome.com/blog/audio-worklet-design-pattern/#handling-buffer-size-mismatch
- requires AddModule: https://github.com/processing/p5.js-sound/issues/469#issuecomment-622614866
- Parameters passed to a AudioWorklet MUST be serializable (so no DOM, so WASM instance. WASM binary can be passed but need to then be instanced and so a dup):
- Ring Buffer JS implementation: https://github.com/GoogleChromeLabs/web-audio-samples/blob/gh-pages/audio-worklet/design-pattern/lib/wasm-audio-helper.js#L170
- Existing impl: https://github.com/h1romas4/libymfm.wasm/tree/main/examples/web/src/js
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
Bugs to fix