Expand description
User-defined audio nodes and processors
See the following files for an example implementation of user defined nodes:
examples/worklet.rs
(basics with an audio param)examples/worklet_message_port.rs
(basics with message port)examples/worklet_bitcrusher.rs
(real world example)
Structs§
- Audio
Param Values - Accessor for current
AudioParam
values - Audio
Worklet Global Scope - The execution context of all AudioProcessors in a given AudioContext
- Audio
Worklet Node - A user-defined AudioNode which lives in the control thread
- Audio
Worklet Node Options - Options for constructing an
AudioWorkletNode
Traits§
- Audio
Worklet Processor - Audio processing code that runs on the audio rendering thread.