Module web_audio_api::worklet
source · Expand description
User-defined audio nodes and processors
See examples/worklet.rs
or examples/worklet_bitcrusher.rs
for an example implementation of
user defined nodes.
Structs
- Accessor for current
AudioParam
values - A user-defined AudioNode which lives in the control thread
- Options for constructing an
AudioWorkletNode
Traits
- Audio processing code that runs on the audio rendering thread.