OscillatorOptions constructor

OscillatorOptions({
  1. OscillatorType type,
  2. num frequency,
  3. num detune,
  4. PeriodicWave periodicWave,
})

Implementation

external factory OscillatorOptions({
  OscillatorType type,
  num frequency,
  num detune,
  PeriodicWave periodicWave,
});