Module web_audio_api::node

source ·
Expand description

The AudioNode interface and concrete types

Structs§

Enums§

Traits§

  • This interface represents audio sources, the audio destination, and intermediate processing modules.
  • Interface of source nodes, controlling start and stop times. The node will emit silence before it is started, and after it has ended.