oscillatorNode top-level property

dynamic get oscillatorNode

The OscillatorNode interface represents a periodic waveform, such as a sine wave. It is an AudioScheduledSourceNode audio-processing module that causes a specified frequency of a given wave to be created—in effect, a constant tone.

MDN Reference

Implementation

_i2.dynamic get oscillatorNode => _i4.getProperty(
      _self,
      'OscillatorNode',
    );