Definition
Web Audio API 1.1 defines OscillatorType
enum OscillatorType {
"sine",
"square",
"sawtooth",
"triangle",
"custom"
};
OscillatorType
enumWeb Audio API 1.1 defines OscillatorType
enum OscillatorType {
"sine",
"square",
"sawtooth",
"triangle",
"custom"
};