Module web_thread::web::audio_worklet
source · Available on
Web
and crate feature audio-worklet
only.Expand description
Platform-specific extensions for web-thread
on the Web platform
to spawn and use audio worklets. See
BaseAudioContextExt::audio_worklet_node()
for a usage example.
Structs§
- Handle to the audio worklet. See
BaseAudioContextExt::register_thread()
. - Error returned by
BaseAudioContextExt::audio_worklet_node()
. - Waits for the associated thread to register. See
BaseAudioContextExt::register_thread()
. - Returned on error in
AudioWorkletHandle::release()
.
Traits§
- Extension for
AudioWorkletGlobalScope
. - Extension for
BaseAudioContext
. - Extends type with
AudioWorkletProcessor
.