Type Alias OscillatorParams

OscillatorParams: {
    fine?: number;
    octave?: number;
    state?: boolean;
    type?: OscillatorType | OscillatorCustomType;
    volume?: number;
}

Type declaration

  • Optionalfine?: number
  • Optionaloctave?: number
  • Optionalstate?: boolean
  • Optionaltype?: OscillatorType | OscillatorCustomType
  • Optionalvolume?: number