WebIDLpedia

OscillatorType enum

Definition

Web Audio API defines OscillatorType



enum OscillatorType {
    "sine",
    "square",
    "sawtooth",
    "triangle",
    "custom"
};

Referring IDL interfaces/dictionaries