emscripten-core / emscripten-core/emscripten

[AUDIO_WORKLET] Using custom AudioWorkletProcessors

Open
#25,553 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
27.6k
Forks
3.6k
Avg merge
1d 1h
Merged PRs (30d)
105

Description

I'm working on a C++ library, that I want users to be able to use in AudioWorkletProcessors.
Right now, I implemented it using [this guide](https://emscripten.org/docs/api_reference/wasm_audio_worklets.html).
However, I would love to customize how the process function in my Wasm module is called from within the AudioNode.
Best case would be if this can be done on a per-AudioNode basis.

What is the most feasible way to do this? (It's fine if it's slightly hacky)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.