newOscillatorNode abstract method

OscillatorNode newOscillatorNode(
  1. BaseAudioContext context, [
  2. OscillatorOptions options
])

Implementation

OscillatorNode newOscillatorNode(
  BaseAudioContext context, [
  OscillatorOptions options,
]);